We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b2f35 commit ca6eb30Copy full SHA for ca6eb30
lib/globeCoordinate/globeCoordinate.GlobeCoordinate.js
@@ -145,7 +145,7 @@ globeCoordinate.GlobeCoordinate = ( function( globeCoordinate ) {
145
var gc1Iso6709 = globeCoordinate.iso6709( this.getDecimal() ),
146
gc2Iso6709 = globeCoordinate.iso6709( otherGlobeCoordinate.getDecimal() );
147
148
- return Math.abs( this.getPrecision() - otherGlobeCoordinate.getPrecision() ) < 0.0000001
+ return Math.abs( this.getPrecision() - otherGlobeCoordinate.getPrecision() ) < 0.00000001
149
&& gc1Iso6709 === gc2Iso6709;
150
}
151
0 commit comments