Skip to content

Commit

Permalink
QgsVectorFileWriterMetadataContainer: remove FileGDB (SDK based) driv…
Browse files Browse the repository at this point in the history
…er from proposed list if GDAL >= 3.11

In GDAL 3.11, write support of the FileGDB driver will go through the
OpenFileGDB one, so no need to propose it and confuse users.
Cf OSGeo/gdal#11662
  • Loading branch information
rouault committed Jan 15, 2025
1 parent f999386 commit e3477b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorfilewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2251,6 +2251,7 @@ class QgsVectorFileWriterMetadataContainer
)
);

#if GDAL_VERSION_NUM < GDAL_COMPUTE_VERSION(3,11,0)
// ESRI FileGDB (using ESRI FileGDB API SDK)
datasetOptions.clear();
layerOptions.clear();
Expand Down Expand Up @@ -2282,6 +2283,7 @@ class QgsVectorFileWriterMetadataContainer
QStringLiteral( "UTF-8" )
)
);
#endif

// XLSX
datasetOptions.clear();
Expand Down

0 comments on commit e3477b8

Please sign in to comment.