Skip to content

Commit

Permalink
Merge pull request #60165 from rouault/QgsVectorFileWriterMetadataCon…
Browse files Browse the repository at this point in the history
…tainer_FileGDB

QgsVectorFileWriterMetadataContainer: remove FileGDB (SDK based) driver from proposed list if GDAL >= 3.11
  • Loading branch information
rouault authored Jan 20, 2025
2 parents 03f68d6 + e3477b8 commit cb1d2c2
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 cb1d2c2

Please sign in to comment.