Hi,
I want to split lines under certain conditions.
I have a given line C and two new lines A and B. Line A touches line C at an end. Line B touches line C in between.
The aim is to create two new lines C1 and C2 with a attribute called "Parent-ID" with value C. Furthermore I want to know which line splits C and which line only touches C at an endpoint.
Can someone help me to do this?
Thanks