You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result of the Routing Service yields another street point than the Nearest.
Even if doing an Inplace Routing (origin = destination), the result from Nearest is again mapped to the snapping location of the Routing API.
They differ in the 6th digit. (8.950574 -> 8.950573)
Steps to reproduce
query arbitrary position router.project-osrm.org/nearest/v1/driving/8.95065400,48.02984700
read resulting street point 8.950574, 48.029807
route this point in-place https://router.project-osrm.org/route/v1/driving/8.950574,48.029807;8.950574,48.029807
Issue
The result of the Routing Service yields another street point than the Nearest.
Even if doing an Inplace Routing (origin = destination), the result from Nearest is again mapped to the snapping location of the Routing API.
They differ in the 6th digit. (
8.950574
->8.950573
)Steps to reproduce
router.project-osrm.org/nearest/v1/driving/8.95065400,48.02984700
8.950574, 48.029807
https://router.project-osrm.org/route/v1/driving/8.950574,48.029807;8.950574,48.029807
8.950573, 48.029807
Specifications
Demo Api http://project-osrm.org/
Visualization
The text was updated successfully, but these errors were encountered: