How can I split a road network into different links splitting at intersections?? The whole network is in one single layer.
Asked
Active
Viewed 1.2k times
1 Answers
15
You need to use Split lines by lines tool, and use the same file as input layer and split layer, as you can see below:
You can find the tool from Processing toolbox -> QGIS Geoalgorithms -> Vector Overlay tools -> Split lines by lines
Here is the tool in the Processing Menu:
Before running the tool:
After running the tool:
Update for QGIS 3.x
Although the tool has the same name in SAGA -> Vector line tools, it has a different name in QGIS 3.x. The new name is Split with lines located under Processing tools -> Vector overlay -> Split with lines:
ahmadhanb
- 40,826
- 5
- 51
- 105





Advanced interfaceand not theSimplified interface. This algorithm was available since QGIS 2.8 :) – Joseph Jul 10 '17 at 10:26