[GRASS-SVN] r43253 - grass/trunk/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 24 21:12:12 EDT 2010


Author: hamish
Date: 2010-08-25 01:12:12 +0000 (Wed, 25 Aug 2010)
New Revision: 43253

Modified:
   grass/trunk/scripts/m.proj/m.proj.py
Log:
gui sections (merge from devbr6)

Modified: grass/trunk/scripts/m.proj/m.proj.py
===================================================================
--- grass/trunk/scripts/m.proj/m.proj.py	2010-08-25 01:09:25 UTC (rev 43252)
+++ grass/trunk/scripts/m.proj/m.proj.py	2010-08-25 01:12:12 UTC (rev 43253)
@@ -37,6 +37,7 @@
 #% answer: -
 #% required : yes
 #% key_desc : filename
+#% guisection: Files & format
 #%end
 #%option
 #% key: output
@@ -45,6 +46,7 @@
 #% description: Output coordinate file (omit to send to stdout)
 #% required : no
 #% key_desc : filename
+#% guisection: Files & format
 #%end
 #%option
 #% key: fs
@@ -54,38 +56,46 @@
 #% required : no
 #% key_desc : string
 #% answer : |
+#% guisection: Files & format
 #%end
 #%option
 #% key: proj_input
 #% type: string
 #% description: Input projection parameters (PROJ.4 style)
 #% required : no
+#% guisection: Projections
 #%end
 #%option
 #% key: proj_output
 #% type: string
 #% description: Output projection parameters (PROJ.4 style)
 #% required : no
+#% guisection: Projections
 #%end
 #%flag
 #% key: i
 #% description: Use LL WGS84 as input and current location as output projection
+#% guisection: Projections
 #%end
 #%flag
 #% key: o
 #% description: Use current location as input and LL WGS84 as output projection
+#% guisection: Projections
 #%end
 #%flag
 #% key: d
-#% description: Output long/lat in decimal degrees or other projections with many decimal places
+#% description: Output long/lat in decimal degrees, or other projections with many decimal places
+#% guisection: Files & format
 #%end
 #%flag
 #% key: e
 #% description: Include input coordinates in output file
+#% guisection: Files & format
 #%end
 #%flag
 #% key: c
 #% description: Include column names in output file
+#% guisection: Files & format
 #%end
 
 



More information about the grass-commit mailing list