<div dir="ltr"><br><br>On Tue, Aug 21, 2018 at 9:59 AM, Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> wrote:<br>><br>><br>><br>> On Tue, Aug 21, 2018 at 9:43 AM, Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> wrote:<br>> ><br>> > On 20/08/18 22:09, Markus Metz wrote:<br>> >><br>> >><br>> >><br>> >> On Mon, Aug 20, 2018 at 5:42 PM, Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a> <mailto:<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>>> wrote:<br>> >>  ><br>> >>  > I am trying to patch together a series of vector maps, using v.patch -a (apparently without -a, category values are not retained).  These maps contain polygons that were extracted from the same base map (but in each map there are different polygons than in the others), treated with different intermediary steps, to then be all put back together in a new vector map.<br>> >>  ><br>> >>  > However, for one of these maps, when I try to add it, I get:<br>> >>  ><br>> >>  > WARNING: Line -58728 already has area/isle -1611 to left<br>> >>  > ERROR: Unable to add isle (map closed, topo saved)<br><div><br></div><div>I think I found the reason: topology must be reset when appending a vector to an existing vector. Can you please try the attached patch?</div><div><br></div><div>Markus M</div><div><br></div><div>> >>  ></div>> >>  > How should I interpret this message ?<br>> >><br>> >> This is a problem with registering a new area. The warning is coming from<br>> >> <a href="https://trac.osgeo.org/grass/browser/grass/trunk/lib/vector/diglib/plus_area.c#L718">https://trac.osgeo.org/grass/browser/grass/trunk/lib/vector/diglib/plus_area.c#L718</a><br>> >> and the error is coming from<br>> >> <a href="https://trac.osgeo.org/grass/browser/grass/trunk/lib/vector/Vlib/build.c#L140">https://trac.osgeo.org/grass/browser/grass/trunk/lib/vector/Vlib/build.c#L140</a><br>> >><br>> >> Try to patch without building topology, i.e. v.patch -b, then clean with<br>> >> v.clean -c tool=bpol,break type=boundary<br>> ><br>> ><br>> > Will this allow to also keep the attribute tables ?<br>><br>> v.patch should keep attribute tables as long as you use the -e or -a flag. The suggested cleaning does not touch categories or attribute tables.<br>><br>> Markus M<br><br></div>