I have a shapefile consisting of two links which are crossing over each other.
I want to create an empty space at the point of intersection of the two links.
As of now, I have been manually doing this like this:
- Split the line at two points near the intersection. And then remove that feature.
- Similarly carry out this for the other line.
So by doing this, I create a empty space at the point of intersection.
I want to know whether there is any better way to achieve this using a plugin or any other way?
Can a plugin can be created specifically for this task ? (I'm ready to write one, if this is achievable.)
Below is an image where one link touches other link. Now, I want to create an empty space there.

This is the output I'm expecting:





