osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
# Issue What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here. Please read our [documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/releasing.md)...
Hi, I don't understand why but I can't find a Debian based Docker image on [the registry](https://github.com/Project-OSRM/osrm-backend/pkgs/container/osrm-backend/versions?filters%5Bversion_type%5D=tagged) for latest OSRM version, but it seems that the image was built at...
Node has moved to a v22 LTS and previously osrm-backend has provided binaries for an LTS release. [...] │ node-pre-gyp ERR! node -v v22.12.0 │ node-pre-gyp ERR! node-pre-gyp -v v1.0.11...
# Issue Followed the instructions listed on the main page to get the Docker images working, ran into this issue: [2025-04-24T15:37:27.697747763] [error] File is incompatible with this version of OSRM:...
I've been getting a 504 error almost all the time since last Friday. Has anything changed? http://router.project-osrm.org/table/v1/driving/-73.59643013976482,45.548918932972754;-73.54859527944883,45.55492933503214?annotations=duration,distance Thanks
handling square might not be trivial, and are probably mostly important for pedestrian routing. so this might be for a future version. the thing with a square is that you...
# Issue  L39 has cycleway:both=shoulder and should preferred over the huge detour via K21. Alternatively a route via Sang would be acceptable. Also the duration is completely wrong. Nobody...
**Description:** Currently, the OSRM /nearest API supports querying the nearest routable node for a single location at a time. This limitation results in increased overhead and slower performance when multiple...
# Issue Fix #7016 ## Tasklist - [x] 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) - [x] add tests (see [testing documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/testing.md))...
# Issue Fixes #7069 #7016 #6758 #6594 #5716 This patch introduces a new class for OSM ids to the JSON stack. The current JSON stack rounds OSM ids to a...