Browse Source

v.in.e00: fix interface, import only 1 vector type

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65124 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 years ago
parent
commit
7ca5ef6d07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/v.in.e00/v.in.e00.py

+ 1 - 1
scripts/v.in.e00/v.in.e00.py

@@ -31,10 +31,10 @@
 #%end
 #%end
 #%option G_OPT_V_TYPE
 #%option G_OPT_V_TYPE
 #% options: point,line,area
 #% options: point,line,area
+#% answer: point
 #% required: yes
 #% required: yes
 #%end
 #%end
 #%option G_OPT_V_OUTPUT
 #%option G_OPT_V_OUTPUT
-#% required : no
 #%end
 #%end
 
 
 import os
 import os