I create a pathfinding algorithm using pgrouting
library. This is the ouput I get with pgr_dijkstra
:
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!