[GRASS-SVN] r51299 - grass/trunk/vector/v.edit

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 7 07:06:37 EDT 2012


Author: martinl
Date: 2012-04-07 04:06:37 -0700 (Sat, 07 Apr 2012)
New Revision: 51299

Modified:
   grass/trunk/vector/v.edit/v.edit.html
Log:
v.edit: fix some examples (wrong map units threshold)


Modified: grass/trunk/vector/v.edit/v.edit.html
===================================================================
--- grass/trunk/vector/v.edit/v.edit.html	2012-04-07 08:29:19 UTC (rev 51298)
+++ grass/trunk/vector/v.edit/v.edit.html	2012-04-07 11:06:37 UTC (rev 51299)
@@ -223,7 +223,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 \
@@ -392,7 +392,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