osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Open Source Routing Machine - C++ backend

Results 434 osrm-backend issues
Sort by recently updated
recently updated
newest added

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...

# Issue OSRM Bicycle Routing on osm.org instructs cyclists to drive oneways backwards. Although the used routing profiles on osm.org for bicycles in theory make oneways marked `oneway=yes` inaccessible, see...

Bug Report

# 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...

Bug Report

# Issue When calling OSRM backend nearest service for the location with [longitude 13.370863 latitude 52.519569](https://www.openstreetmap.org/#map=16/52.51957/13.37086) 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...

Bug Report

# Issue There is an issue in OSRM's guidance where the `out` attribute in the `intersections` array is sometimes incorrect, leading to potentially misleading navigation instructions. # Problem Explanation In...

Bug Report

Hello, i use OSRM backend on a ubuntu server. I have made my custom .osm file teste and i set it like that for each nodes : For running the...

# Feature OSRM should use nearby turning circles for u-turns. ## Current situation OSRM ignores perfectly good turning opportunities and instead routes you literally through the woods, like here: (Note...

Feature Request

# Prerequesits * Download and install Visual Studio Community Edition with C++ support * Download and install CMake * Download and install Git # Install vcpkg ``` git clone https://github.com/Microsoft/vcpkg.git...

Feature Request

I'm using OSRM backend using docker-compose, image version 5.26. Here is my process to merge the files: 1. Downloaded the GCC file and Southern India files from https://download.geofabrik.de/. 2. Run...

Bug Report

it would be a good option to include the motobike profile so that the stack of profiles has a plus. as always good job and thanks a lot for the...

Feature Request