How can I find intersection point in a road network in one line shapefile?
I am using QGIS 2.18.
How can I get the intersection point shown in blue colour
Answer
Ok, that's the steps you need to folow.
- First use Dissolve without any attribute on your road layer.
- Next on dissolve layer use "Multipart to single parts" tool.
- After that use "Line intersection" on output from previous step.
I am not sure if i translate it correctly because not i am using polish version of QGIS. You can find in Vector toolbox.
After that just select same feature line twice without any unic fields.
EDIT
Ok i see that Dissolve in Qgis is a bit different that Dissolve in ArcGIS. But to work around it i came up with this idea.
- First Save As.. your existing shape file to work on copy.
- Next edit copy feature, select all lines and merge them together using "Merge Selected Features" from Advance Digitizing Toolbar and save it.
- Then use "Multipart to single parts" tool.
- After that use "Line intersection" on output from previous step.
No comments:
Post a Comment