graphhopper / directions-api

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

POST&JSON is roughly .2s slower than GET&URL for the same points #58

Closed karussell closed 7 years ago

karussell commented 7 years ago

I'll investigate now...

karussell commented 7 years ago

Ok, stupid me: the GET used the default vehicle=car and the POST used foot which is always a bit slower!