[OSRM-talk] Distance Matrix like current "table" - commission
Eduardo Sánchez
esanchezansola at gmail.com
Thu Jul 7 13:30:42 UTC 2016
Hello,
I read this conversation and I want to do the same thing
https://lists.openstreetmap.org/pipermail/osrm-talk/2016-January/001087.html
However, after set all speed from car.lua profile to 3.6 km/h, set all
penalties to 0 and eliminate speed_reduction, still some results are
differents between distances and durations, as you can see in this
example:
"routes": [{
"distance": 1172122.3,
"duration": 448597.5,
"legs": [{
"distance": 1172122.3,
"duration": 448597.5,
"summary": "",
"steps": []
}]
}],
My question is. Do I need to do something else on car.lua profile to
get same durations and distances?
Best regards and waiting for answers,
Eduardo
More information about the OSRM-talk
mailing list