I have a network of lines (representing roads ) and I need to split the line at the intersection with another line. All the features are in the same layer. What command do I need to use?
Page 1 / 1
Hi @helen
Did you try to use the transformer Intersector?
Thanks,
Danilo
You could also try a TopologyBuilder
wow it's perfect, thanks
There is more than one way. The LineOnLineOverlayer could also be an alternative.
There is more than one way. The LineOnLineOverlayer could also be an alternative.
I tried this solution first but I did not have a great success, I'm still in the beginning, maybe in the future it will be a success with this solution also. Thanks a lot for your support.