PGRouting: build path without shortcuts

35 Views Asked by At

I create a pathfinding algorithm using pgrouting library. This is the ouput I get with pgr_dijkstra:

enter image description here

However, I do not need the shortcuts I'm having here. What are the possible approaches to make sure the red path will be built right down on a blue line?

Thank you!

0

There are 0 best solutions below