<div dir="ltr"><div><div><br>On Mon, Nov 28, 2016 at 3:37 PM, Mounirsky <<a href="mailto:kaizersozy@gmail.com">kaizersozy@gmail.com</a>> wrote:<br>><br>> I want to dissolve polygons from layer1 witch overlap with polygons of layer2<br>> keeping attributes table of layer1 and using command line.<br>><br>> What I've done :<br>><br>> v.in.ogr -o input=original_plygons output=layer1<br>><br>> v.in.ogr -o input=plygons_to_add output=layer2<br>><br>> v.patch -a input=layer2 output=layer1<br>><br>> (v.dissolve input=layer1 output=dissolved column=??? )<br>><br>> the problem is to dissolve you should chose a column ! and after the patch<br>> (merge) the overlapping polygons of layer2 doesn't have a common same value<br>> to dissolve them correctly...<br>><br>> Can you please help me to solve this problem ?<br><br></div>You could use v.select to select those polygons from vector 1 that overlap with polygons from vector 2, the dissolve the selected polygons.<br><br></div>Markus M<br><div><div>><br>><br>><br>> --<br>> View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Dissolve-polygones-from-layer1-witch-intersect-with-polygones-of-layer2-tp5297681.html">http://osgeo-org.1560.x6.nabble.com/Dissolve-polygones-from-layer1-witch-intersect-with-polygones-of-layer2-tp5297681.html</a><br>> Sent from the Grass - Users mailing list archive at Nabble.com.<br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div></div></div>