Skip to main content

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?

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


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