Skip to content

Commit

Permalink
Makes GPKG prefered input format for OGR algs #Fixes 29097
Browse files Browse the repository at this point in the history
  • Loading branch information
SrNetoChan authored and nyalldawson committed Oct 6, 2019
1 parent 2a13e8a commit 9f3ed88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/gdal/GdalAlgorithm.py
Expand Up @@ -89,6 +89,7 @@ def getOgrCompatibleSource(self, parameter_name, parameters, context, feedback,
# and extract selection if required
ogr_data_path = self.parameterAsCompatibleSourceLayerPath(parameters, parameter_name, context,
QgsVectorFileWriter.supportedFormatExtensions(),
'gpkg',
feedback=feedback)
ogr_layer_name = GdalUtils.ogrLayerName(ogr_data_path)
else:
Expand Down

0 comments on commit 9f3ed88

Please sign in to comment.