Hey!
I have a a road network that is split into several features. They represent different values of the road. Example: 1 layer describe surface and another width. So the length of each line in the layers differ from eachother. I would like to merge these together and i wonder if anyone have a solution?
So far I've tried to
- Take the endpoints from all the lines. Bunched them together and then used them in one PointonLineOverlayer for each Line Feature to split all Lines at the same spot.
- Now I'm unsure on how to join all the features to 1 Line features with all the attributes i want.
Example Picture: