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
I am encountering an issue when using the OSRM backend for routing. The generated routes appear parallel to the actual road network instead of following the roads precisely. The paths are correct in terms of direction but are offset from the expected positions (see attached screenshot).
Steps to Reproduce
Run the OSRM routing server with the following setup:
Data: france.osm.pbf
Profile: car.lua
Expected Behavior
Routes should follow the actual road network correctly.
Actual Behavior
The computed routes appear shifted and parallel to the actual roads instead of aligning with them.
The general path is correct, but all segments are consistently offset.
Screenshot
Would appreciate any insights on what might be causing this issue. Thanks!
The text was updated successfully, but these errors were encountered:
@funkytorino i had this issue only when try to routing multiple cars on the same route , but i figured out a work around it by using map matching sevice .
I am encountering an issue when using the OSRM backend for routing. The generated routes appear parallel to the actual road network instead of following the roads precisely. The paths are correct in terms of direction but are offset from the expected positions (see attached screenshot).
Steps to Reproduce
Run the OSRM routing server with the following setup:
Expected Behavior
Routes should follow the actual road network correctly.
Actual Behavior
Screenshot
Would appreciate any insights on what might be causing this issue. Thanks!
The text was updated successfully, but these errors were encountered: