-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
JPEG2000 export: do not generate GMLJP2 for projections we don't support #9223
Comments
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 19, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 26, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 26, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 26, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 26, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 26, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Feb 26, 2024
smithdc1
added a commit
to smithdc1/django
that referenced
this issue
Nov 2, 2024
Updated test for change to exportToXML() which now errors out on unsupported projection methods. See OSGeo/gdal#9223.
smithdc1
added a commit
to smithdc1/django
that referenced
this issue
Nov 3, 2024
Updated test for change to exportToXML() which now errors out on unsupported projection methods. See OSGeo/gdal#9223. Co-authored-by: Mariusz Felisiak <[email protected]>
sarahboyce
pushed a commit
to django/django
that referenced
this issue
Nov 4, 2024
Updated test for change to exportToXML() which now errors out on unsupported projection methods. See OSGeo/gdal#9223. Co-authored-by: Mariusz Felisiak <[email protected]>
ryancheley
pushed a commit
to ryancheley/django
that referenced
this issue
Nov 17, 2024
Updated test for change to exportToXML() which now errors out on unsupported projection methods. See OSGeo/gdal#9223. Co-authored-by: Mariusz Felisiak <[email protected]>
timgraham
pushed a commit
to timgraham/django
that referenced
this issue
Dec 16, 2024
Updated test for change to exportToXML() which now errors out on unsupported projection methods. See OSGeo/gdal#9223. Co-authored-by: Mariusz Felisiak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GDAL OGRSpatialReference::exportToXML() is pretty limited and will for example generate incorrect content for
Not sure we want to invest in improving GML/XML export of SRS, but we should probably just error out / skip GMLJP2 if we can't write it correctly
The text was updated successfully, but these errors were encountered: