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
When calling OSRM backend nearest service for the location with longitude 13.370863 latitude 52.519569 through the following URL:
https://router.project-osrm.org/nearest/v1/driving/13.370863,52.519569?number=1&generate_hints=false&radiuses=10
Then 2 OSM node ids are returned and one of them is 0:
{ "code": "Ok", "waypoints": [ { "nodes": [0, 26734302], "distance": 0.067871706, "name": "Heinrich-von-Gagern-Straße", "location": [13.370864, 52.519569] } ] }
If you're reporting an issue with https://map.project-osrm.org, please provide a link to the problematic request.
https://router.project-osrm.org/nearest/v1/driving/13.370863,52.519569?number=1&generate_hints=false&radiuses=10 (returns two OSM node ids and one of them is 0)
The text was updated successfully, but these errors were encountered:
Thanks for reporting
Sorry, something went wrong.
It looks like this has been reported before. See #7047 #7048
No branches or pull requests
Issue
When calling OSRM backend nearest service for the location with longitude 13.370863 latitude 52.519569 through the following URL:
https://router.project-osrm.org/nearest/v1/driving/13.370863,52.519569?number=1&generate_hints=false&radiuses=10
Then 2 OSM node ids are returned and one of them is 0:
Steps to reproduce
If you're reporting an issue with https://map.project-osrm.org, please provide a link to the problematic request.
https://router.project-osrm.org/nearest/v1/driving/13.370863,52.519569?number=1&generate_hints=false&radiuses=10
(returns two OSM node ids and one of them is 0)
The text was updated successfully, but these errors were encountered: