[GRASS-SVN] r61697 - grass/branches/develbranch_6/vector/v.select
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 19 09:28:47 PDT 2014
Author: neteler
Date: 2014-08-19 09:28:47 -0700 (Tue, 19 Aug 2014)
New Revision: 61697
Modified:
grass/branches/develbranch_6/vector/v.select/description.html
Log:
v.select manual: improve example wording
Modified: grass/branches/develbranch_6/vector/v.select/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.select/description.html 2014-08-19 16:28:21 UTC (rev 61696)
+++ grass/branches/develbranch_6/vector/v.select/description.html 2014-08-19 16:28:47 UTC (rev 61697)
@@ -37,7 +37,7 @@
<h2>EXAMPLES</h2>
-Extract fire stations (points) from urban area map (polygon) - North Carolina
+Extract fire stations (points) falling into urban area (polygon) - North Carolina
data set:
<div class="code"><pre>
@@ -45,11 +45,12 @@
operator=overlap
</pre></div>
-Extract Italian rivers from VMAP0 watercourses map:
+Extract river lines from Eurasian rivers map overlapping with the Italian
+political area:
<div class="code"><pre>
-v.select ainput=watrcrsl_eurnasia_wgs84 binput=italy_area \
- output=watrcrsl_italy operator=overlap
+v.select ainput=rivers_eurasia binput=italy_area \
+ output=rivers_italy operator=overlap
</pre></div>
<h2>TODO</h2>
More information about the grass-commit
mailing list