Skip to content
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

GML writer: fix missing SRS in Featurecollection's boundedBy element (3.9.1 regression) #10334

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Jun 27, 2024

Fixes #10332

Was caused by the fix 3674ec7 for #10071

The regression mostly occurs when writing a GML file using ogr2ogr when the source layer has a named geometry column, e.g if the source is a GeoPackage or if using -sql
The problem was acutally latent and also could have occured before 3.9.1 if using CreateLayer() without a SRS + CreateGeomField()

…(3.9.1 regression)

Fixes OSGeo#10332

Was caused by the fix 3674ec7 for OSGeo#10071

The regression mostly occurs when writing a GML file using ogr2ogr when
the source layer has a named geometry column, e.g if the source is a
GeoPackage or if using -sql
The problem was acutally latent and also could have occured before 3.9.1 if using
CreateLayer() without a SRS + CreateGeomField()
@rouault rouault merged commit 7c612da into OSGeo:master Jul 6, 2024
35 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gml writer: FeatureCollection's envelope SRS (3.9.1 regression)
2 participants