<div dir="ltr">I've done some testing with fTools' spatial join and select by location tools.<div>Whatever the geometry type it uses the "intersects" operator, which is true even if geometries only touch.</div>
<div><br></div><div>I've patched my own version to distinguish the case the input layer (to be selected) is a linear or polygonal layer. In that case I check if "overlaps" or "contains" are true, but I reject the case the geometries only touch. I keep the single intersects operator in case of points.</div>
<div><br></div><div>If you agree with the logic (I don't want to select or join geometries that only touch) I will submit a pull request.</div><div><br></div><div>giovanni</div><div><div><br></div>-- <br><div dir="ltr">
Giovanni Allegri<br><a href="http://about.me/giovanniallegri" target="_blank">http://about.me/giovanniallegri</a><div>Twitter: <a href="https://twitter.com/_giohappy_" target="_blank">https://twitter.com/_giohappy_</a></div>
<div>blog: <a href="http://blog.spaziogis.it" target="_blank">http://blog.spaziogis.it</a><br>GEO+ geomatica in Italia <a href="http://bit.ly/GEOplus" target="_blank">http://bit.ly/GEOplus</a></div></div>
</div></div>