orbisgis / cts

Projection library in Java
GNU Lesser General Public License v3.0
50 stars 16 forks source link

From PRJ to CRS #15

Closed ebocher closed 11 years ago

ebocher commented 11 years ago

The prj parser works well and all parameters required to build a CRS are identified. However, there is a bug in the CRSHelper to build a CRS from a list of parameters. A unit test (currently commented) is available to test it : https://github.com/ebocher/CTS/blob/cts_prj/src/test/java/org/cts/parser/prj/IOPrjTest.java. This bug seems related to the getdatum method.

@mukoki @jparty

ebocher commented 11 years ago

Fixed