Index: test/Common/SharpMap.Extensions.Tests/CoordinateSystems/GeodeticDistanceTest.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- test/Common/SharpMap.Extensions.Tests/CoordinateSystems/GeodeticDistanceTest.cs (.../GeodeticDistanceTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/Common/SharpMap.Extensions.Tests/CoordinateSystems/GeodeticDistanceTest.cs (.../GeodeticDistanceTest.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -27,7 +27,7 @@ var webMercator = Map.CoordinateSystemFactory.CreateFromEPSG(3857); var amsterdam = new Coordinate(547900, 6835651); - var newyork = new Coordinate(-8218509, 4952200); + var newyork = new Coordinate(-8218509, 4952200); var distance = GeodeticDistance.Distance(webMercator, amsterdam, newyork); Assert.AreEqual(5870000, distance, 1000.0); }