[GRASS-SVN] r66506 - grass/branches/releasebranch_7_0/scripts/v.unpack
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 15 09:20:06 PDT 2015
Author: annakrat
Date: 2015-10-15 09:20:05 -0700 (Thu, 15 Oct 2015)
New Revision: 66506
Modified:
grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py
Log:
v.unpack: synchronize gui with r.unpack (merge from trunk, r66505)
Modified: grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py 2015-10-15 16:18:07 UTC (rev 66505)
+++ grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py 2015-10-15 16:20:05 UTC (rev 66506)
@@ -20,17 +20,20 @@
#% keyword: import
#% keyword: copying
#%end
-#%option G_OPT_F_INPUT
+#%option G_OPT_F_BIN_INPUT
#% description: Name of input pack file
+#% key_desc: name.pack
#%end
#%option G_OPT_V_OUTPUT
#% label: Name for output vector map
#% description: Default: taken from input file internals
#% required : no
+#% guisection: Output settings
#%end
#%flag
#% key: o
#% description: Override projection check (use current location's projection)
+#% guisection: Output settings
#%end
import os
More information about the grass-commit
mailing list