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

If is needed to improve data, when osrm is running, is it possible to restart it to import new data without losing query?

With the [Washington State OSM extract](https://download.geofabrik.de/north-america/us/washington.html). Applying the fix #6215 to master. `osrm-extract` with the default foot profile triggers an angle assertion when processing intersection guidance. https://github.com/Project-OSRM/osrm-backend/blob/79d4363d5972ea4d69abd92b26cda80de7941365/src/guidance/turn_handler.cpp#L239-L243 The offending intersection...

Bug Report

# Issue Tweaked some of the bicycle surface speeds and added more surfaces. From my own bicycling experience I think those speeds are more accurate. Ground surfaces for example are...

# Issue This change unblocks the `osrm-extract` debug build, which is [currently failing](https://github.com/Project-OSRM/osrm-backend/issues/6126) on a maneuver override assertion. The processing of maneuver overrides currently has three issues: - It assumes...

Ready for Review

Hi! I just want to use OSRM for routes in a country (Portugal), do I need the same requirements described here: https://github.com/Project-OSRM/osrm-backend/wiki/Disk-and-Memory-Requirements, or can I work with 4/16 GB of...

I'm building OSRM using the latest osrm-backend image, and I'm merging .pbf extracts from North America, Europe and Asia from Geofabrik. Originally this worked fine, but now the build process...

Hello, Please look into https://map.project-osrm.org/?z=18&center=40.821981%2C-73.957244&loc=40.822944%2C-73.957488&loc=40.816521%2C-73.963110&hl=en&alt=0&srv=0 No reasons visible for taking this route however on both project-osrm and our own server it choose it. I am wondering what data makes it,...

question
OSM Data

Background: I want to make conditional restriction working, e.g. `no_left_turn@12:00-18:00`, as far as I know, the method is using following preprocess commands: ```bash osrm-extract --parse-conditional-restrictions ... osrm-partition ... osrm-customize --parse-conditionals-from-now...

Bug Report
answered - waiting for response

Hello I'm using OSRM v5.25 and I'm trying to provide partial traffic CSVs when running customize. At first, I provide a full CSV with all the segment speeds and then...

Hope I've opened this issue in the correct place. For example: https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=53.9977%2C-1.5258%3B53.9982%2C-1.5224#map=18/53.99852/-1.52406&layers=N Sanders Walk is tagged construction=residential, therefore OSRM does not use it for routing (whereas GraphHopper does). Normally this...