<div dir="ltr"><div><div><div>Hi,<br><br></div>I found that polygons created with "Avoid 
intersections" on a Postgis layer will sometimes over lap their 
neighbors. As I don't want overlapping polygons on my Postgis layer, I 
implemented a trigger function using ST_Overlaps to automatically detect
 and reject them. Because the mismatch behavior between Qgis and Postgis
 as stated above, a simple check like that won't work. To achieve the 
same result, I would have to re-shape newly created polygons with 
ST_Union and ST_Difference in my trigger function, which is a lot of 
work to do - since I am a newbie and finding my way through GIS and 
database world.<br>
<br></div><div>My question is: Is there an easier way to make Qgis 
"Avoid intersections" plays well with Postgis "st_overlaps" so I can 
avoid the other dreaded way?<br><br></div><div>Thanks!<br></div><div>
<br></div>My same question on <a href="http://gis.stackexchange.com/q/64177/5901" target="_blank">gis.stackexchange</a><br></div></div>