OpenFileGDB and GPKG drivers (and others) are not listed in the "Vector Drivers" list #53734
Closed
2 tasks done
Labels
Bug
Either a bug report, or a bug fix. Let's hope for the latter!
Configs and Options
Data Provider
Related to specific vector, raster or mesh data providers
What is the bug or the crash?
The GDAL/OGR vector drivers that are also raster drivers at the same time, are not listed in the "Vector Drivers" list (Settings -> Options... -> Data Sources -> GDAL). They are only listed in the "Raster Drivers" list.
Notably, the OpenFileGDB driver is no longer listed in the "Vector Drivers" list since GDAL 3.7.0, when the support for raster datasets in such driver was introduced by @rouault with OSGeo/gdal#7389.
Steps to reproduce the issue
Versions
QGIS 3.28.8 - QGIS 3.32.0 on Windows using GDAL 3.7.0.
Supported QGIS version
New profile
Additional context
It looks like the possibility that some drivers could have both raster and vector capabilities at the same time was not taken in consideration when the "Vector Drivers" tab was implemented (since QGIS 3.16.0) by @alexbruy with #38461:
QGIS/src/app/options/qgsoptions.cpp
Lines 2284 to 2291 in 65d40ee
QGIS/src/app/options/qgsoptions.cpp
Lines 2364 to 2371 in 65d40ee
The text was updated successfully, but these errors were encountered: