locationtech / proj4j

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

Transverse Mercator Projection test failed #83

Closed Yaqiang closed 1 year ago

Yaqiang commented 1 year 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 1 year ago

Solved by PR #86