-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile Fastest works but Profile Shortest does not? #301
Comments
It is strange this fails, I'll try to have a look, still really busy though so not sure when I will get to it. I can tell you, for sure that because there is only one constant speed set, shortest and fastest in this case should always give the same route. |
What's also strange is that this lua profile on shortest can find a route... |
Seems to be somewhat fixed via #302 |
Not quite fixed by #302 as I am getting the same issue when using the SimpleTrain but in a different route, Shortest seems to fail but Fastest resolved. As there is no difference in this case I am not sure where to look directly but I will try to take a look when I have time, the Locomotive profile doesn't seem to have this issue as it resolved points and calculates on all profiles (fastest, shortest and classifications) where as SimpleTrain will resolve points on Shortest but not Calculate a route for unknown reasons. (Although in difference cases that it did before) The points which are failing to route under shortest this time is: Latitude=30.4608906,Longitude=-91.1754958 |
Using profile from: https://github.com/itinero/GTFS/blob/features/shapes/src/GTFS.Shapes/Osm/profiles/train.lua
From [email protected]% [41.8105,-87.76265]
To [email protected]% [41.616356,-87.3693]
Profile Shortest results in
RouteNotFound
exception while Profile Fastest has result with success:The text was updated successfully, but these errors were encountered: