Skip to content

Commit 442b236

Browse files
author
Giovanni Manghi
committedOct 6, 2013
Export 3d vectors as such
1 parent 9ae931c commit 442b236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/grass/GrassAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def processAlgorithm(self, progress):
381381

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

0 commit comments

Comments
 (0)
Please sign in to comment.