mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Export 3d vectors as such
This commit is contained in:
parent
9ae931c22e
commit
442b236ac9
@ -381,7 +381,7 @@ class GrassAlgorithm(GeoAlgorithm):
|
||||
|
||||
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user