Re: [Qgis-user] Topological editing of two vector layers

2013-10-21 Thread Alexandre Neto
Hello Deon, If you have the chance, exporting both your layers to Postgres\Postgis, would allow you to, for each district geometry, run ST_Snap[1] against its related province geometry. With the correct tolerance, this might solve a big part of your Boundary differences. Even tho, you would need

Re: [Qgis-user] Topological editing of two vector layers

2013-10-21 Thread Harish
If the layers are digitized by different agencies and dissolving is time consuming for each next higher level, then the automatic snapping of boundaries within tolerance distance, with keeping one layer as correct layer will be a useful feature. Regards On Tue, Oct 15, 2013 at 7:25 PM, Carlos Cer

Re: [Qgis-user] Topological editing of two vector layers

2013-10-15 Thread Carlos Cerdán
... or you can disolve your districts to obtain new provinces and leave the old layer Good luck Carlos Cerdán 2013/10/15 Lene Fischer > Hello Deon > You can use the function Avoid Intersection while digitizing. > In this way you avoid overlap - but not gaps. > Read more about this issue in t