-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compound SRS does not create a correct wkt output #282
Comments
we don't currently support compound projections, that being said, is that even the correct projection? http://epsg.io/7514 looks completely different |
oops I mean 7415 Typo! |
This was referenced Feb 24, 2020
as far I can see there are two problems:
Fixing the parse would be enough to extract horizontal SRS and use it to create proj4 string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the EPSG:7514 projection which is a compound projection. When trying to get this projection it creates a cleanWKT but with no projName. I think this is due to the nested Projection. Therefore the projection fails.
Do you have a solution for this?
REPRODUCE
proj4('COMPD_CS["Amersfoort / RD New + NAP",PROJCS["Amersfoort / RD New",GEOGCS["Amersfoort",DATUM["D_Amersfoort",SPHEROID["Bessel_1841",6377397.155,299.1528128]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.017453292519943295]],PROJECTION["Oblique Stereographic"],PARAMETER["central_meridian",5.387638888888891],PARAMETER["latitude_of_origin",52.15616055555556],PARAMETER["scale_factor",0.9999079],PARAMETER["false_easting",155000.0],PARAMETER["false_northing",463000.0],UNIT["m",1.0]],VERT_CS["Normaal Amsterdams Peil",VERT_DATUM["Normaal Amsterdams Peil",2005],UNIT["m",1.0]]]')
The text was updated successfully, but these errors were encountered: