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

[OGR provider] Fix changeAttributeValues() on GeoJSON files for GDAL 3.9.1 and 3.9.2 #58740

Merged

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Sep 13, 2024

Running the tests/src/python/test_provider_ogr.py tests against GDAL master raised a number of failures. I've now realized that the GeoJSON driver of GDAL 3.9.1 has still a broken implementation of UpdateFeature().
Now this will really fixed per
OSGeo/gdal#10794 for 3.9.3 In the meantime disable using UpdateFeature for GeoJSON for GDAL < 3.9.3

Fixes #57736 (comment)

Affects release 3.38, but not 3.34

Fixes #58261

…3.9.1 and 3.9.2

Running the tests/src/python/test_provider_ogr.py tests against GDAL
master raised a number of failures. I've now realized that the GeoJSON
driver of GDAL 3.9.1 has still a broken implementation of
UpdateFeature().
Now this will *really* fixed per
OSGeo/gdal#10794 for 3.9.3
In the meantime disable using UpdateFeature for GeoJSON for GDAL < 3.9.3

Fixes qgis#57736 (comment)
Copy link

🪟 Windows builds ready!

Windows builds of this PR are available for testing here. Debug symbols for this build are available here.

(Built from commit 1883980)

@agiudiceandrea
Copy link
Member

This fixes #58261, doens't it?

@rouault
Copy link
Contributor Author

rouault commented Sep 13, 2024

This fixes #58261, doens't it?

yes

@nyalldawson nyalldawson merged commit 6938ba0 into qgis:master Sep 14, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GeoJSON: edits are not saved
3 participants