-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add OGRLayer::GetExtent3D() #8570
Labels
Comments
Implementation in the QGIS OGR provider where that could be plugged in: qgis/QGIS#55320 |
Code and tests should deal with layers that have a mix of 2D and 3D geometries. Currently OGRGeometry::getEnvelope() returns zmin=zmax=0 for 2D geometries. Perhaps we should change that to return NaN ? |
elpaso
added a commit
to elpaso/gdal
that referenced
this issue
Nov 24, 2023
elpaso
added a commit
to elpaso/gdal
that referenced
this issue
Nov 30, 2023
rouault
pushed a commit
that referenced
this issue
Nov 30, 2023
* OGR: Add OGRLayer::GetExtent3D() * Specialized implementation in Shapefile driver * Add OLCFastGetExtent3D Refs #8570
Keeping it open as we'd want to add GeoPackage and PostGIS implementations |
elpaso
added a commit
to elpaso/gdal
that referenced
this issue
Dec 4, 2023
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation: qgis/QGIS#54941 (review)
The text was updated successfully, but these errors were encountered: