osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
OSRM should distinguish between channelized turn lanes and off-ramps based on whether there’s a `highway=motorway_junction` node at the beginning of the link way, not based on whether the link way...
# Issue Hi, I'm proposing an evolution in the match API, I've open an issue for the occasion : [Legs are not collapsed in /match if no waypoints are provided](https://github.com/Project-OSRM/osrm-backend/issues/7209)...
# Feature It would be great that legs in /match request are always collapsed, which is currently the case only if we provide waypoints in the request.
(dataset) ➜ dataset git:(main) ✗ docker pull ghcr.io/project-osrm/osrm-backend:v6.0.0 Error response from daemon: Head "https://ghcr.io/v2/project-osrm/osrm-backend/manifests/v6.0.0": denied: denied I've tried running this command, but I keep getting denied access.
I'm trying to run osrm-partition on an OSM extract of India using the latest osrm/osrm-backend Docker image. I successfully completed the osrm-extract step, but the partition step either hangs indefinitely...
Add 'way_id' into map-matching annotations
# Issue Hi! I do a lot of requests to osrm-routing (don't ask me why) and in some zones I see a lot of segfaults (or asserts if I use...
# Issue osrm-contract segfault on osrm-contract on the full planet. # Steps to reproduce ``` curl -OL https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf docker run --rm -t -v "${PWD}:/data" ghcr.io/project-osrm/osrm-backend:v6.0.0 osrm-extract -p /data/bicycle.lua /data/planet-latest.osm.pbf ||...