-
Notifications
You must be signed in to change notification settings - Fork 68
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
Returned proj4 strings have all had +type=crs
added
#186
Comments
Hi. Can you please share some URLs that can be tested for this? |
Hi, sure, we've been just using the json output from https://epsg.io/?q=&format=json. I'm afraid our application isn't public so I won't be able to share access to the point of where we're facing the issue. |
That probably appeared after some dependency update. You can use WKT instead of Proj if your library doesn't support it, they are better suited for CRS More information here: https://inbo.github.io/tutorials/tutorials/spatial_crs_coding/ |
It seems to be the format the current Proj is using so I think this is not a bug. I tested with Proj Rel. 8.2.1, January 1st, 2022
|
Some point recently, all returned proj4 strings seem to have appended
+type=crs
to the end. This is causing issues when we are handling the proj4 string in .NET and returning issues that the type parameter is not supported.From what I can tell within the proj4 documentation,
type
is not supported. However, I can't see where within the epsg.io project where this change would have been made.The text was updated successfully, but these errors were encountered: