Skip to content

Commit

Permalink
Export 3d vectors as such
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Oct 6, 2013
1 parent 9ae931c commit 442b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/grass/GrassAlgorithm.py
Expand Up @@ -381,7 +381,7 @@ def processAlgorithm(self, progress):

if isinstance(out, OutputVector):
filename = out.value
command = 'v.out.ogr -c -e input=' + out.name + uniqueSufix
command = 'v.out.ogr -c -e -z input=' + out.name + uniqueSufix
command += ' dsn="' + os.path.dirname(out.value) + '"'
command += ' format=ESRI_Shapefile'
command += ' olayer=' + os.path.basename(out.value)[:-4]
Expand Down

0 comments on commit 442b236

Please sign in to comment.