Skip to main content
Solved

Line Combiner - Avoide combining at the intersections

  • July 5, 2019
  • 3 replies
  • 75 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

Hi all,

I have a road network and I would like to combine them if the road is same, as in the following image . It works perfectly fine with LineCombiner

However lines like in the images are getting combined but I do not want to combine those as there is an intersection. I can fix it with TopolgyBuilder but I want to keep the corresponding id. So therefore i was wondering if there is a way that LineCombiner does not combines if there is intersection like this?

Best answer by jugoslaviaa

The problem is solved. I just needed chance the Junction attribut eto Ignore Attribute Values :)

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

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6
  • Author
  • Enthusiast
  • 89 replies
  • Best Answer
  • July 5, 2019

The problem is solved. I just needed chance the Junction attribut eto Ignore Attribute Values :)


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • July 5, 2019

Do you have Break Across attribute values set to 'Yes'?


The problem is solved. I just needed chance the Junction attribut eto Ignore Attribute Values :)

I am trying to solve the same problem, can you please elaborate your solution or share the workbench