-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Strange annotation section during matching #3515
Comments
Hrm, yes this looks weird. You are right this should be 17 and 16 respectively. Not sure what is going on here. Investigating. |
Problem appears in both sides. For request:
so there is durations records count more than expected. |
Merge commit '54ab5373cf9b883f1d791182f218c33a2b5bd22b' into develop-ultimaterides-buildmain-integration * commit '54ab5373cf9b883f1d791182f218c33a2b5bd22b': (23 commits) Fix tests - backported changes need old namespace. Update changelog and version for 5.5.4 fix emitting invalid turn types, now surfacing due to changes in obvious detection Changelog Item for Project-OSRM#3561 Added missing backward_speed for cycleways cherry-pick Project-OSRM#3555 Fix possible division by zero by clamping latitude to 85.05° Adjusted number of `nodes` in `annotation`, resolves Project-OSRM#3515 Update version and CHANGELOG for 5.5.3. Backport NumLanesToTheRight/NumLanesToTheLeft to support 6ea9f9f fix coordinate assertion for walking profile with steps Remove assertions that could be triggered by bad data. (Project-OSRM#3469) Make a hard reset of named barrier mutexes on signal Fix copying vector on std::sort comparator (Project-OSRM#3504) Consider number of lanes to cross, resolves Project-OSRM#3025. Make Travis buildit. Update changelog and version. Revert "Smarter search radius formula for map matching" Revert "Fix capture" Revert "Hardcode search radius parameters" ...
I made the matching request:
http://router.project-osrm.org/match/v1/car/-73.98082999996642,40.76764000000058;-73.98114000003697,40.76778000002791;-73.9814199999703,40.76829000001442;-73.98139000001274,40.768729999973914;-73.98120000004195,40.76906000000459?radiuses=6;7;4;4;5&annotations=true&steps=true&geometries=geojson&overview=full
In response I have one step with annotation:
There are 18 node ids and 16 distances, durations and datasources. But, as I understand, there must be 17 distances (for each node pairs).
The text was updated successfully, but these errors were encountered: