dgoedkoop / joinmultiplelines

QGis Join Multiple Lines
BSD 2-Clause "Simplified" License
9 stars 5 forks source link

Join multiple lines

By Daan Goedkoop

Introduction

After selecting multiple features of a line layer, this plugin can merge them into one feature with a continuous line.

The plugin will automatically put the selected lines in a geographically logical order and direction. If the end points of two lines do not match exactly, a line segment between both points is added to make the end result a single, continuous line. The attributes of the new line will be those of one of the selected features, but one cannot predict which one.

Testing

A test project / layer has been supplied to experiment with and see the characteristics of the plugin.

Version history