locationtech / proj4j

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

Added support for EPSG:9054 #93

Closed imperio-wxm closed 1 year ago

imperio-wxm commented 1 year ago

To solve this problem https://github.com/locationtech/proj4j/issues/88 , add support for EPSG:9054

Closes https://github.com/locationtech/proj4j/issues/88

pomadchin commented 1 year ago

Thanks for your coontribution @imperio-wxm! May I ask you to add some tests for the added projection (at least to show that it works).

Coould you also sign ECA to make Eclipse ECA Validator happy?

imperio-wxm commented 1 year ago

@pomadchin Hi, I added unit tests for coordinate transformations in CoordinateTransformTest#testPROJ4

pomadchin commented 1 year ago

Thank you!