[GRASS-SVN] r43252 - grass/branches/releasebranch_6_4/scripts/m.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 24 21:09:25 EDT 2010
Author: hamish
Date: 2010-08-25 01:09:25 +0000 (Wed, 25 Aug 2010)
New Revision: 43252
Modified:
grass/branches/releasebranch_6_4/scripts/m.proj/m.proj
Log:
gui sections (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/scripts/m.proj/m.proj
===================================================================
--- grass/branches/releasebranch_6_4/scripts/m.proj/m.proj 2010-08-25 01:07:36 UTC (rev 43251)
+++ grass/branches/releasebranch_6_4/scripts/m.proj/m.proj 2010-08-25 01:09:25 UTC (rev 43252)
@@ -29,6 +29,7 @@
#% description: Input coordinate file (omit to read from stdin)
#% required : no
#% key_desc : filename
+#% guisection: Files & format
#%end
#%option
#% key: output
@@ -37,6 +38,7 @@
#% description: Output coordinate file (omit to send to stdout)
#% required : no
#% key_desc : filename
+#% guisection: Files & format
#%end
#%option
#% key: fs
@@ -45,34 +47,41 @@
#% 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: 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