Skip to main content

I’m doing a routing analysis and I have a road network that I need to create new nodes along where I have points for addresses. I used the AnchoredSnapper transformer to ensure that the points align with the line data. The point data (addresses) is a separate dataset from the line data (network). 

Does anyone know how to create new nodes along an existing line using point data?

^ I’ve figured out that it’s possible to do this with the TopologyBuilder transformer.


You can do this with a number of transformers, the PointOnLineOverlayer would also work.


Reply