Skip to content

Commit

Permalink
Merge pull request #8431 from neteler/patch-76
Browse files Browse the repository at this point in the history
Fix data loss (use GPKG as default format, not SHP)
  • Loading branch information
elpaso committed Nov 7, 2018
2 parents 2d9230b + f4aee77 commit bf10953
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -137,6 +137,9 @@ def icon(self):
def svgIconPath(self):
return QgsApplication.iconPath("/providerGrass.svg")

def defaultVectorFileExtension(self, hasGeometry=True):
return 'gpkg'

def supportsNonFileBasedOutput(self):
"""
GRASS7 Provider doesn't support non file based outputs
Expand Down

0 comments on commit bf10953

Please sign in to comment.