Browse Source

v.unpack: synchronize gui with r.unpack (merge from trunk, https://trac.osgeo.org/grass/changeset/66505)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66506 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 năm trước cách đây
mục cha
commit
4d53465bb5
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      scripts/v.unpack/v.unpack.py

+ 4 - 1
scripts/v.unpack/v.unpack.py

@@ -20,17 +20,20 @@
 #% keyword: import
 #% keyword: import
 #% keyword: copying
 #% keyword: copying
 #%end
 #%end
-#%option G_OPT_F_INPUT
+#%option G_OPT_F_BIN_INPUT
 #% description: Name of input pack file
 #% description: Name of input pack file
+#% key_desc: name.pack
 #%end
 #%end
 #%option G_OPT_V_OUTPUT
 #%option G_OPT_V_OUTPUT
 #% label: Name for output vector map
 #% label: Name for output vector map
 #% description: Default: taken from input file internals
 #% description: Default: taken from input file internals
 #% required : no
 #% required : no
+#% guisection: Output settings
 #%end
 #%end
 #%flag
 #%flag
 #% key: o
 #% key: o
 #% description: Override projection check (use current location's projection)
 #% description: Override projection check (use current location's projection)
+#% guisection: Output settings
 #%end
 #%end
 
 
 import os
 import os