mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-29 00:06:58 -05: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):
|
if isinstance(out, OutputVector):
|
||||||
filename = out.value
|
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 += ' dsn="' + os.path.dirname(out.value) + '"'
|
||||||
command += ' format=ESRI_Shapefile'
|
command += ' format=ESRI_Shapefile'
|
||||||
command += ' olayer=' + os.path.basename(out.value)[:-4]
|
command += ' olayer=' + os.path.basename(out.value)[:-4]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user