Hi,
I have a polyline layer that I want to dissolve based on a attribute. If two polylines with the same attribute value share common node they are combined correctly into one new polyline. However, if for instance, three polylines share the same node (branching) or if one of the poylines was already a multipart polyline, the output is a new multipart polyline.
Is there a way to control the order in which linear objects are combined into new multipart polyline? In my case, if the newly created multipart polyline contains at least one branching, the order of subsections is completely random which makes me hard time analysing them.
Thank you,