orbisgis / cts

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

Could not get CRS definition for a few EPSG codes #103

Closed AndreeaCh closed 5 years ago

AndreeaCh commented 5 years ago

Could not get CRS definition for the following codes

The code below results in a CRSException: CRSFactory cRSFactory = new CRSFactory(); RegistryManager registryManager = cRSFactory.getRegistryManager(); registryManager.addRegistry(new EPSGRegistry()); ... epsgRegistry.getCoordinateReferenceSystem(new Identifier(EPSG, "4299", "")); OR CoordinateReferenceSystem crs = crsFactory.getCRS(srid);

ebocher commented 5 years ago

Under the pipe for EPSG:4300;EPSG:4002;;EPSG:29903

see https://github.com/orbisgis/cts/pull/110

Some fixes needed for https://github.com/orbisgis/cts/issues/109

You are welcome to submit a patch