-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Total route duration !== sum of all maneuver durations #1575
Comments
Best guess would a bug in the edge compression. Note that there should be a turn announced. |
Okay found the root cause of this: Path unpacking is broken for the first and last segment if these segments are compressed edges. In that case This has some bigger implications on the query code and description generation code. Currently working on fixing this and simplifying the code along the way. |
This has been fixed. Current API request: sum of steps durations == summary duration. |
http://osrm.at/dLQ
This trip has a total duration of 95s, but its first maneuver takes 169s.
cc/ @lbud
The text was updated successfully, but these errors were encountered: