-
Notifications
You must be signed in to change notification settings - Fork 803
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
BoundCRS does not recognize Usage node #2813
Comments
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Aug 18, 2021
…rea/extent/id attributes (fixes OSGeo#2813)
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Aug 18, 2021
…rea/extent/id attributes (fixes OSGeo#2813)
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Aug 18, 2021
…rea/extent/id attributes (fixes OSGeo#2813) For PROJJSON only, also accept the ``name`` attribute.
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Aug 18, 2021
…rea/extent/id attributes (fixes OSGeo#2813) For PROJJSON only, also accept the ``name`` attribute.
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Aug 18, 2021
…rea/extent/id attributes (fixes OSGeo#2813) For PROJJSON only, also accept the ``name`` attribute.
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Aug 19, 2021
…rea/extent/id attributes (fixes OSGeo#2813) For PROJJSON only, also accept the ``name`` attribute.
github-actions bot
pushed a commit
that referenced
this issue
Aug 19, 2021
BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)
rouault
added a commit
that referenced
this issue
Aug 19, 2021
[Backport 8.1] BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not possible to create a BoundCRS with an area of use using wkt or projjson.
For example, if I use proj_create() with following WKT :
proj_get_area_of_use() does not return the BBOX in the USAGE node.
It seems that USAGE node is not taken account in buildBoundCRS() in io.cpp. Same behavior in the json parser.
The text was updated successfully, but these errors were encountered: