Skip to content

Commit

Permalink
improves grass7 v.in.dxf making a couple of parameters optional/manda…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
gioman authored and m-kuhn committed Aug 19, 2017
1 parent 1cded85 commit 3cc3946
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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
Expand Down

0 comments on commit 3cc3946

Please sign in to comment.