Skip to main content

Hello,

 

I have a shape with points and a shape line. I want to create the shortest path between my points which have the same trip_id with the stop_seque field but the shortestPathFinder doesn't work.

I don't understand ?

Please do you know what is a problem ?

Thank you

Hello, you will need to build a line input into the shortestpathfinder by connecting the points. Also it helps if you split the network where your points are with a PointOnLineOverlayer


Hello,

I create a topolgy builder before and i put my lines in the input ports Network and points in the From-to but i don't understand why it's necessary to have the transformer PointOnLineOverlayer ?

Thank you


Hello,

I create a topolgy builder before and i put my lines in the input ports Network and points in the From-to but i don't understand why it's necessary to have the transformer PointOnLineOverlayer ?

Thank you

The shortestpathfinder needs a line input for the from to, not points


Reply