[GRASS-SVN] r72396 - grass/trunk/vector/v.select

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 19 13:41:47 PDT 2018


Author: mlennert
Date: 2018-03-19 13:41:47 -0700 (Mon, 19 Mar 2018)
New Revision: 72396

Modified:
   grass/trunk/vector/v.select/v.select.html
Log:
v.select: make it clear that 'overlap' is 'intersects' in GEOS, not 'overlaps'

Modified: grass/trunk/vector/v.select/v.select.html
===================================================================
--- grass/trunk/vector/v.select/v.select.html	2018-03-19 20:23:07 UTC (rev 72395)
+++ grass/trunk/vector/v.select/v.select.html	2018-03-19 20:41:47 UTC (rev 72396)
@@ -5,7 +5,7 @@
 
 <p>Supported operators (without GEOS; using GRASS' own algorithm):
 <ul>
-  <li><b>overlap</b> - features partially or completely overlap
+  <li><b>overlap</b> - features partially or completely overlap (GEOS equivalent: intersects)
 </ul>
 
 Supported operators (internally using
@@ -13,7 +13,7 @@
 <ul>
   <li><b>equals</b> - features are spatially equals</li>
   <li><b>disjoint</b> - features do not spatially intersect</li>
-  <li><b>intersects</b> - features spatially intersect</li>
+  <li><b>intersects</b> - features spatially intersect (equivalent to native 'overlap')</li>
   <li><b>touches</b> - features spatially touches</li>
   <li><b>crosses</b> - features spatially crosses</li>
   <li><b>within</b> - feature A is completely inside feature B</li>



More information about the grass-commit mailing list