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

Use GDALGetMetadataItem() instead of GDALGetMetadata() on drivers #55115

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Nov 1, 2023

There was nothing wrong per-se, but using GDALGetMetadataItem() will make QGIS compatible of the in-development GDAL capability of delaying the actual loading of GDAL plugin drivers.
Cf https://github.com/OSGeo/gdal/compare/master...rouault:gdal:deferred_plugin?expand=1 (GDAL RFC to follow soon)

There was nothing wrong per-se, but using GDALGetMetadataItem() will
make QGIS compatible of the in-development GDAL capability of delaying
the actual loading of GDAL plugin drivers.
Cf https://github.com/OSGeo/gdal/compare/master...rouault:gdal:deferred_plugin?expand=1
(GDAL RFC to follow soon)
@github-actions github-actions bot added this to the 3.36.0 milestone Nov 1, 2023
@nyalldawson nyalldawson merged commit 1e4f7a2 into qgis:master Nov 2, 2023
32 checks passed
@rouault
Copy link
Contributor Author

rouault commented Nov 2, 2023

Related GDAL RFC in OSGeo/gdal#8648

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.

2 participants