We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128b9b8 commit a726b22Copy full SHA for a726b22
1 file changed
src/test/java/mil/nga/sf/GeometryUtilsTest.java
@@ -338,7 +338,7 @@ public void testCopyMinimizeAndNormalize() {
338
@Test
339
public void testSimplifyPoints() {
340
341
- final double halfWorldWidth = 20037508.342789244;
+ final double halfWorldWidth = GeometryUtils.WEB_MERCATOR_HALF_WORLD_WIDTH;
342
343
List<Point> points = new ArrayList<>();
344
List<Double> distances = new ArrayList<>();
0 commit comments