[GRASS-SVN] r43240 - grass/branches/develbranch_6/scripts/m.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 24 10:46:31 EDT 2010
Author: hamish
Date: 2010-08-24 14:46:31 +0000 (Tue, 24 Aug 2010)
New Revision: 43240
Modified:
grass/branches/develbranch_6/scripts/m.proj/m.proj
Log:
gui sections
Modified: grass/branches/develbranch_6/scripts/m.proj/m.proj
===================================================================
--- grass/branches/develbranch_6/scripts/m.proj/m.proj 2010-08-24 13:53:03 UTC (rev 43239)
+++ grass/branches/develbranch_6/scripts/m.proj/m.proj 2010-08-24 14:46:31 UTC (rev 43240)
@@ -33,6 +33,7 @@
#% description: Input coordinate file (omit to read from stdin)
#% required : no
#% key_desc : filename
+#% guisection: Files & format
#%end
#%option
#% key: output
@@ -41,6 +42,7 @@
#% description: Output coordinate file (omit to send to stdout)
#% required : no
#% key_desc : filename
+#% guisection: Files & format
#%end
#%option
#% key: fs
@@ -49,38 +51,46 @@
#% required : no
#% key_desc : character
#% answer : |
+#% guisection: Files & format
#%end
#%option
#% key: proj_in
#% type: string
#% description: Input projection parameters (PROJ.4 style)
#% required : no
+#% guisection: Projections
#%end
#%option
#% key: proj_out
#% 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: g
#% description: Script style output in CSV format respecting the field separator settings
+#% guisection: Files & format
#%end
#%flag
#% key: v
More information about the grass-commit
mailing list