Hi all, So the "Dissolve" tool can dissolve line features, too. I guess its description ( *this algorithm takes a polygon vector layer and dissolve....*) needs some fix.
BTW, is there a tool to "dissolve" point features? I mean, assuming a point layer with features sharing the same attribute, I'd like to generate a multi-point layer. It seems that file layers are not picked by the Dissolve tool and I can't find another tool, except creating a pyqgis function or a virtual layer. Regards, Harrissou 2017-02-23 9:06 GMT+01:00 Daan Goedkoop <[email protected]>: > Yes I think so -- thank you! > > 2017-02-22 21:13 GMT+01:00 Nyall Dawson <[email protected]>: > > On 22 February 2017 at 21:06, Daan Goedkoop <[email protected]> wrote: > >> Yes, apparently the dissolve tool merges adjacent geometries into a > >> single "part" when operating on polygons, but not when operating on > >> lines. > >> > > > > Perhaps you're looking for the "merge lines" tool? That will join the > > parts of a multilinestring into single connected linestrings (where > > possible). > > > > My usual process is to chain dissolve -> merge lines -> multiparts to > > singleparts. > > > > Nyall > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ Qgis-developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
