Does the SHortestPathFinder consider all FROM-TO routes when generating routes or does it calculate a route for each input? I'd ideally want the generated routes to produce the lowest overall length, where routes that join together are preferred to routes that find their own path. For example if I've got two residential areas and I want to generate a route from these to the city centre, using the shortest path finder may generate two separate routes for these areas, but I want them to converge on a road almost like rivers draining a catchment. SO I'd prefer routes to converge if possible
Question
Does the ShortestPathFinder work out an optimal route considering other start points, or is each route generated independent of others?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.




