Skip to main content
Solved

TopologyBuilder problem

  • October 26, 2015
  • 2 replies
  • 28 views

I have a line shapefile and a nodes shapefile, I want to via the topologybuilder to get the from_node_ and to_node_. However, after this transformer, I got some extra nodes which are overlapped on the some input nodes. Those are not I wanted. Because I saw that by an intersection point of 3 lines, 2 lines have the same to_node_, but another has a different to_node_, which is overlapped. 

 

 

How can I solve this problem? (I can send the data and script)

 

 

Thanks for helping!

Best answer by jdh

It sounds like your lines might have slight offsets.  Try using a snapper prior to the TopologyBuilder.
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.

2 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • October 26, 2015
It sounds like your lines might have slight offsets.  Try using a snapper prior to the TopologyBuilder.

  • Author
  • October 26, 2015
Super! Thanks!Snapper solves my problem