[GRASS-SVN] r51300 - grass/branches/develbranch_6/vector/v.edit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 7 07:09:28 EDT 2012
Author: martinl
Date: 2012-04-07 04:09:28 -0700 (Sat, 07 Apr 2012)
New Revision: 51300
Modified:
grass/branches/develbranch_6/vector/v.edit/description.html
Log:
v.edit: fix some examples (wrong map units threshold)
Modified: grass/branches/develbranch_6/vector/v.edit/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.edit/description.html 2012-04-07 11:06:37 UTC (rev 51299)
+++ grass/branches/develbranch_6/vector/v.edit/description.html 2012-04-07 11:09:28 UTC (rev 51300)
@@ -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