[GRASS-SVN] r45497 - grass-addons/vector/v.in.geodesic
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 1 03:02:30 EST 2011
Author: hamish
Date: 2011-03-01 00:02:30 -0800 (Tue, 01 Mar 2011)
New Revision: 45497
Modified:
grass-addons/vector/v.in.geodesic/v.in.geodesic
Log:
+keyword, stuck in meters for now
Modified: grass-addons/vector/v.in.geodesic/v.in.geodesic
===================================================================
--- grass-addons/vector/v.in.geodesic/v.in.geodesic 2011-03-01 07:47:52 UTC (rev 45496)
+++ grass-addons/vector/v.in.geodesic/v.in.geodesic 2011-03-01 08:02:30 UTC (rev 45497)
@@ -19,7 +19,7 @@
############################################################################
#%Module
#% description: Creates a vector map containing a great circle line.
-#% keywords: vector, geodesic, great circle
+#% keywords: vector, geodesic, great circle, transect
#%End
#%Option
#% key: map
@@ -72,7 +72,7 @@
#% type: double
#% required: no
#% multiple: no
-#% description: Distance between vertices in map units
+#% description: Distance between vertices in meters
#%End
@@ -226,3 +226,4 @@
g.message message="Line length: $LINE_LEN m" # $GIS_OPT_UNITS
g.message message="`basename $0` complete."
+
More information about the grass-commit
mailing list