1

I have a long line, which is separated by nodes. How could I merge them to make just one very long line?

enter image description here

This is a similar query here:

Join / merge lines that touch and intersect in QGIS

But is it possible to do it without coding?

Kadir Şahbaz
  • 76,800
  • 56
  • 247
  • 389
Geographos
  • 4,087
  • 2
  • 27
  • 88

1 Answers1

4

Proceed as follows:

  1. Select all, merge selected features1
  2. Multpart to single parts

1 Must be a multipart layer; copy/paste the line to a new multipart layer if that is not the case.

Babel
  • 71,072
  • 14
  • 78
  • 208