Skip to main content
Solved

Combine road network

  • July 12, 2022
  • 3 replies
  • 67 views

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

  1. 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.
  2. Now I'm unsure on how to join all the features to 1 Line features with all the attributes i want.

 

Example Picture:

FME_problem 

Best answer by geomancer

Did you look at the LineOnLineOverlayer?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

geomancer
Evangelist
Forum|alt.badge.img+58
  • Evangelist
  • 932 replies
  • Best Answer
  • July 12, 2022

Did you look at the LineOnLineOverlayer?


Forum|alt.badge.img+2
  • 1891 replies
  • July 12, 2022

@marcusth​ LineOnLineOverlayer should give you the result you need as suggested by @geomancer​ . You might have to experiment with the Tolerance parameter if the roads don't align exactly. If this doesn't give you the results you need then attach a small sample dataset an someone can try and dig a bit deeper into your question


  • Author
  • 6 replies
  • July 12, 2022

@geomancer​ Thanks, i think LineOnLineOverlayer did the trick. I'm currently checking to see if all the data came out correct.

 

@Mark Stoakes​ Thanks. Yeah, I will attach some samples if this didn't work the way i wanted.