bikehopper / graphhopper

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
https://www.graphhopper.com/open-source/
Apache License 2.0
3 stars 0 forks source link

Do not set response path time to the wrong thing #80

Closed hcourt closed 2 years ago

hcourt commented 2 years ago

ResponsePaths are already having time set to the duration of the trip, so don't setTime to the time from now. This results in the results being correctly sorted as well.

Before:

image

After:

image

abhumbla commented 2 years ago

oh sorry saw this, looked good ty