Skip to content

Commit

Permalink
[processing] use GPKG as default output format for GRASS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 15, 2018
1 parent 9858646 commit 67965ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Algorithm.py
Expand Up @@ -868,7 +868,7 @@ def exportVectorLayerFromParameter(self, name, parameters, context, layer=None,
self.exportVectorLayer(grassName, fileName, layer, nocats, dataType, outFormat, dsco, lco)

def exportVectorLayer(self, grassName, fileName, layer=None, nocats=False, dataType='auto',
outFormat='ESRI_Shapefile', dsco=None, lco=None):
outFormat='GPKG', dsco=None, lco=None):
"""
Creates a dedicated command to export a vector from
temporary GRASS DB into a file via OGR.
Expand Down

0 comments on commit 67965ca

Please sign in to comment.