[GIS] Shortest path between multiple points in pgRouting

pgrouting

I have used this great tutorial, and shortest part between two points works fine.
My question is:
How to calculate shortest path between multiple points?

Best Answer

there is a modified shortest_path which enables multiple destinations;

Take a look at https://github.com/pgRouting/pgrouting/wiki/One_to_many-Dijkstra---To-review or the forked pgrouting https://github.com/HSylvio/pgrouting

Hope it works as well for you as it does for me!