[GRASS-SVN] r50287 - grass-addons/grass6/vector/v.transects

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 19 00:23:20 EST 2012


Author: hamish
Date: 2012-01-18 21:23:20 -0800 (Wed, 18 Jan 2012)
New Revision: 50287

Modified:
   grass-addons/grass6/vector/v.transects/v.transects.py
Log:
+gisprompt, expand descriptions

Modified: grass-addons/grass6/vector/v.transects/v.transects.py
===================================================================
--- grass-addons/grass6/vector/v.transects/v.transects.py	2012-01-19 00:32:44 UTC (rev 50286)
+++ grass-addons/grass6/vector/v.transects/v.transects.py	2012-01-19 05:23:20 UTC (rev 50287)
@@ -15,36 +15,40 @@
 #
 #############################################################################
 #%Module
-#% description: Transect Generator
+#% description: Creates transect lines or quadrilateral areas at regular intervals perpendicular to a polyline.
 #%End
 #%option
 #% key: input
 #% type: string
 #% description: Name of input vector map
+#% gisprompt: old,vector,vector
 #% required : yes
 #%end
 #%option
 #% key: output
 #% type: string
 #% description: Name of output vector map
+#% gisprompt: new,vector,vector
 #% required : yes
 #%end
 #%option
 #% key: transect_spacing
 #% type: double
-#% description: Transect spacing
+#% description: Transect spacing along input polyline
 #% required : yes
 #%end
 #%option
 #% key: dleft
 #% type: double
-#% description: distance transect extends to the left of input line.
+#% label: Distance transect extends to the left of input line
+#% description: Default is the same as the transect spacing
 #% required : no
 #%end
 #%option
 #% key: dright
 #% type: double
-#% description: distance transect extends to the right of input line.
+#% label: Distance transect extends to the right of input line
+#% description: Default is the same as the transect spacing
 #% required : no
 #%end
 #%option



More information about the grass-commit mailing list