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

The _[access=permit](https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermit)_ tag (and _vehicle=permit_, _motor_vehicle=permit_, etc.) has been widely adopted since the second half of 2018. For routing, it has implications similar to _access=private_ as generally only locals have...

Hello, In the bicycle OSRM profile, there is a check for the `bicycle` highway tag in the `safety_handler` function. https://github.com/Project-OSRM/osrm-backend/blob/06b1b980bbdfc838c4f8e8cb370cba6dfb0329b0/profiles/bicycle.lua#L546-L560 However, unless I am mistaken, there is no `highway=bicycle` tag...

# Issue closes https://github.com/Project-OSRM/osrm-backend/issues/6302 ## Tasklist - [ ] CHANGELOG.md entry ([How to write a changelog entry](http://keepachangelog.com/en/1.0.0/#how)) - [ ] update relevant [Wiki pages](https://github.com/Project-OSRM/osrm-backend/wiki) - [ ] add tests (see...

# Issue This removes a bonus for a road class that doesn't exist (`cycleway` would be correct), but the code was buggy since `safety_bonus` is `nil` and caused an arithmetic...

# Issue People are reporting performance issues after merge of https://github.com/Project-OSRM/osrm-backend/pull/6279, I reproduced it and it turned out that now we are copying the whole `relations` container on each invocation...

I am using small data from [south-korea](http://download.geofabrik.de/asia/south-korea.html) (as small as 160M). This data was smoothly extracted even from devices with 8G memory. From the master branch at some point, even...

Hi, Trying to build 5.26 on Mac OS and Ubuntu 22.04. I am getting the following error (on max os or ubuntu 22.04) when running cmake .. The old fix...

Hi there, Is there any solution to increase api requests? I want to get 3500+ requests per second.

Building the OSRM in Debian Bullseye (the latest stable one) fails with the "use of deleted function" error. You can see it with the Dockerfile in this repo. Same with...

In some cases, an at-grade intersection may have an exit number. OSRM treats turns at these intersections like ordinary turns, ignoring the exit number. OSRM should provide the exit number...