I'm trying to reshape polygons of a lancover map, in order to make them to be more<br>coincident with an overlaid raster image (orthophoto 1:5M).<br>If I just move the nodes to the correct position, I create a correct line but leave a hole behind: the other<br>
polygon keeps its line where it was. See a pict here:<br><a href="https://sites.google.com/site/lguillotdummy/home/boundaryproblem.jpeg">https://sites.google.com/site/lguillotdummy/home/boundaryproblem.jpeg</a><br><br> Is there any way I could just move the lines as boundaries?<br>
<br>I've tried by converting poygons to lines first, but the problem is very much the same: it seems like<br>there is always a double line, one for each adjacent polygon.<br><br>A possible solution would be having the lines automatically cut into segments, each going from one vertex to another.<br>
And having just one segment for each boundary. Is that possible? Is there a process to cut into segments after running polygons to lines?<br><br>Or perhaps there is a cmpletely different way to accomplish the same goal: modifying the boundaries between polygons.<br>
<br>Thanks!<br><br>L<br>