[GRASS-SVN] r51302 - grass/branches/releasebranch_6_4/vector/v.edit

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 7 10:53:42 EDT 2012


Author: martinl
Date: 2012-04-07 07:53:42 -0700 (Sat, 07 Apr 2012)
New Revision: 51302

Modified:
   grass/branches/releasebranch_6_4/vector/v.edit/description.html
Log:
v.edit: fix some examples (wrong map units threshold)
	(merge r51300 from devbr6)


Modified: grass/branches/releasebranch_6_4/vector/v.edit/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.edit/description.html	2012-04-07 14:06:53 UTC (rev 51301)
+++ grass/branches/releasebranch_6_4/vector/v.edit/description.html	2012-04-07 14:53:42 UTC (rev 51302)
@@ -222,7 +222,7 @@
 
 Remove all features with category 1 and 2 covered by two bounding boxes
 (center coordinates 592542.892,4924766.996 and 603389.062,4918292.187, 
-size 2000 map units):
+size 1000 map units):
 
 <div class="code"><pre>
 v.edit map=roads tool=delete \
@@ -391,7 +391,7 @@
 Select from given bounding box all lines longer then 200 map units:
 
 <div class="code"><pre>
-v.edit map=roads tool=select bbox=598260,4919730,605100,4926240 query=length thresh=-1,0,1000
+v.edit map=roads tool=select bbox=598260,4919730,605100,4926240 query=length thresh=-1,0,200
 </pre></div>
 
 <h3>Fix height of contours</h3>



More information about the grass-commit mailing list