When using the EPSG:9883 projection for obtaining CRS by name using crsFactory.createFromName("epsg:9883"); raises an exception stating that the EPSG is not available. I have decrompressed the proj4j-epsg package and grepped for this number and this EPSG code is no where to be found.
If this is not a bug, it would be highly appreciated if there would be some information available regarding what EPSG codes can be expected to work.
When using the EPSG:9883 projection for obtaining CRS by name using
crsFactory.createFromName("epsg:9883");raises an exception stating that the EPSG is not available. I have decrompressed theproj4j-epsgpackage and grepped for this number and this EPSG code is no where to be found.If this is not a bug, it would be highly appreciated if there would be some information available regarding what EPSG codes can be expected to work.