We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm adding via points interactively, which means I often have hints for some of the locations, from previous requests.
Today, when I add a via without hint, I get a routing responsewhich does not include the new via, but a duplicate for one of the hinted locations.
Example URL:
http://router.project-osrm.org/viaroute?instructions=true&loc=57.74,11.94&hint=5ll9HgAAAAAIAAAAAAAAAAAAAAAAAPA_ygpxA94wtgA&loc=57.70488096416628,11.88892364501953&loc=57.6792,11.949&hint=KUhfFSl0AAAAAAAAIgAAAEyGl1mKwIc_ax1wA6lTtgA&checksum=0&jsonp=_l_geocoder_1
This should return a route from (57.74,11.94) via (57.70488,11.8889) to (57.6792,11.949), looking at the result, via_points looks like this:
via_points
"via_points":[[57.739978,11.940062],[57.679211,11.948969],[57.679211,11.948969]]
Instead of adding the proper via point, the last coordinate has been added twice.
I'm pretty sure this worked as expected just the other day (2-3 days ago), but now it does not.
Is this a bug, or should I just not use hinting if it's not available for all locations?
The text was updated successfully, but these errors were encountered:
acknowledged. Fix available shortly.
Sorry, something went wrong.
fixes and closes #914 and updates #907
ea30005
ea30005 should fix this issue. Will be automatically deployed onto the demo site within 24 hours.
Nice! Quick fix.
No branches or pull requests
I'm adding via points interactively, which means I often have hints for some of the locations, from previous requests.
Today, when I add a via without hint, I get a routing responsewhich does not include the new via, but a duplicate for one of the hinted locations.
Example URL:
This should return a route from (57.74,11.94) via (57.70488,11.8889) to (57.6792,11.949), looking at the result,
via_points
looks like this:Instead of adding the proper via point, the last coordinate has been added twice.
I'm pretty sure this worked as expected just the other day (2-3 days ago), but now it does not.
Is this a bug, or should I just not use hinting if it's not available for all locations?
The text was updated successfully, but these errors were encountered: