[GRASS-SVN] r73015 - grass/branches/releasebranch_7_4/scripts/v.what.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 28 14:11:41 PDT 2018
Author: mmetz
Date: 2018-07-28 14:11:41 -0700 (Sat, 28 Jul 2018)
New Revision: 73015
Modified:
grass/branches/releasebranch_7_4/scripts/v.what.vect/v.what.vect.py
Log:
v.what.vect: distance units are meters for ll (backport trunk r73014)
Modified: grass/branches/releasebranch_7_4/scripts/v.what.vect/v.what.vect.py
===================================================================
--- grass/branches/releasebranch_7_4/scripts/v.what.vect/v.what.vect.py 2018-07-28 21:10:33 UTC (rev 73014)
+++ grass/branches/releasebranch_7_4/scripts/v.what.vect/v.what.vect.py 2018-07-28 21:11:41 UTC (rev 73015)
@@ -52,7 +52,7 @@
#%option
#% key: dmax
#% type: double
-#% description: Maximum query distance in map units
+#% description: Maximum query distance in map units (meters for ll)
#% answer: 0.0
#% required: no
#%end
More information about the grass-commit
mailing list