mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
improves grass7 v.in.dxf making a couple of parameters optional/mandatory
This commit is contained in:
parent
1cded8553a
commit
3cc3946029
@ -1,8 +1,8 @@
|
||||
v.in.dxf
|
||||
Converts files in DXF format to GRASS vector map format.
|
||||
Vector (v.*)
|
||||
ParameterFile|input|Name of input DXF file|False
|
||||
ParameterString|layers|List of layers to import|
|
||||
ParameterFile|input|Name of input DXF file|False|False
|
||||
ParameterString|layers|List of layers to import||False|True
|
||||
ParameterBoolean|-e|Ignore the map extent of DXF file|True
|
||||
ParameterBoolean|-t|Do not create attribute tables|False
|
||||
ParameterBoolean|-f|Import polyface meshes as 3D wire frame|True
|
||||
|
Loading…
x
Reference in New Issue
Block a user