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

Hi - I'm using OSRM to create some drive-time polygons and wondered whether the [Table service](http://project-osrm.org/docs/v5.5.1/api/#table-service) uses real-world or optimal vehicle speeds? I'm guessing the latter but any confirmation would...

@Nate-Wessel @mjjbell I was taking a bit of a look at #6180 and the related test coverage question in the hope that it might be a quick fix / improvement....

Hello, I came across [issue #5178 ](https://github.com/Project-OSRM/osrm-backend/issues/5178) because I had the same problem. Once I had figured out how to run the docker container with the adjusted profile (Thanks to...

Bug Report

When the start point(lat, lon) is in the center of a two-way road, should I choose the left or right side of the road? Maybe the start point is actually...

Hey folks, I built my own OSRM service and I'm currently using it quite extensively for duration matrix requests. However, I need to add some front-end functionality that deppends on...

Hey all 👋 , Is there a planned date for upgrading the osrm-backend Docker image to use debian:bullseye? I see that the image in master is using that already, however...

# Issue Osrm-datastore stability fixes: - test if old shm segment exists before swapping data - on signal handler (SIGTERM, SIGABRT, ..): -- avoid deleting the global shared object "osrm-region"...

Interested to gauge demand for isochrone / one-to-all query support in OSRM. There have been [previous](https://github.com/Project-OSRM/osrm-backend/pull/2477) [proof of concepts](https://github.com/Project-OSRM/osrm-backend/pull/3652) that didn't make it to mainline. @danpat it looks like you...

Feature Request

Please allow pedestrians to be routed over `highway=platform`. (This tag should be treated the same as `highway=footway`.) Currently, they are diverted onto the street, see e.g. [here](https://www.openstreetmap.org/directions?engine=fossgis_osrm_foot&route=46.94396%2C7.44898%3B46.94285%2C7.44841#map=18/46.94343/7.44866).