[GRASS-SVN] r65668 - grass-addons/grass7/vector/v.import
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 19 13:01:25 PDT 2015
Author: martinl
Date: 2015-07-19 13:01:24 -0700 (Sun, 19 Jul 2015)
New Revision: 65668
Modified:
grass-addons/grass7/vector/v.import/v.import.py
Log:
v.import: do not require output/extent
Modified: grass-addons/grass7/vector/v.import/v.import.py
===================================================================
--- grass-addons/grass7/vector/v.import/v.import.py 2015-07-19 19:37:12 UTC (rev 65667)
+++ grass-addons/grass7/vector/v.import/v.import.py 2015-07-19 20:01:24 UTC (rev 65668)
@@ -39,15 +39,16 @@
#%end
#%option G_OPT_V_OUTPUT
#% description: Name for output vector map (default: input)
+#% required: no
#% guisection: Output
#%end
#%option
#% key: extents
#% type: string
-#% required: yes
#% options: input,region
+#% answer: input
#% description: Ouput vector map extents
-#% descriptions: region;extents of current region;input;extents of input map
+#% descriptions: input;extents of input map;region;extents of current region
#% guisection: Output
#%end
More information about the grass-commit
mailing list