locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
189 stars 73 forks source link

Transverse Mercator Projection test failed #83

Closed Yaqiang closed 2 years ago

Yaqiang commented 2 years ago

Transverse Mercator Projection (EPSG:27700) test failed (https://github.com/locationtech/proj4j/blob/master/src/test/java/org/locationtech/proj4j/CoordinateTransformTest.java#L218).

Yaqiang commented 2 years ago

Solved by PR #86