Skip to content

Commit 3cc3946

Browse files
giomanm-kuhn
authored andcommittedAug 19, 2017
improves grass7 v.in.dxf making a couple of parameters optional/mandatory
1 parent 1cded85 commit 3cc3946

File tree

1 file changed

+2
-2
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/grass7/description/v.in.dxf.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
v.in.dxf
22
Converts files in DXF format to GRASS vector map format.
33
Vector (v.*)
4-
ParameterFile|input|Name of input DXF file|False
5-
ParameterString|layers|List of layers to import|
4+
ParameterFile|input|Name of input DXF file|False|False
5+
ParameterString|layers|List of layers to import||False|True
66
ParameterBoolean|-e|Ignore the map extent of DXF file|True
77
ParameterBoolean|-t|Do not create attribute tables|False
88
ParameterBoolean|-f|Import polyface meshes as 3D wire frame|True

0 commit comments

Comments
 (0)