graphhopper / directions-api

Issues for the GraphHopper Directions API
https://graphhopper.com/api/1/docs/
60 stars 25 forks source link

Strange detour #59

Closed karussell closed 7 years ago

karussell commented 7 years ago

Here we use a strange detour over the motorway link. The maxspeed for the motorway is higher than our default speed for motorway_link and so it shouldn't take the detour.

boldtrn commented 7 years ago

Yes very weird, I had a brief look at the OSM data, that looks good as well. Distance is almost identical (according to GH), but time seems to be faster via the detour (which shouldn't be true).

karussell commented 7 years ago

This was a problem with our improve ETAs that made a wrong decision regarding motorway_link without maxspeed

oblonski commented 7 years ago

👍