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

I am currently facing the use case of navigating in buildings. Unfortunately I couldn’t find any examples so far and wanted to ask if some of you have already made...

Is this possible to run one single OSRM server for both driving and walking modes? https://github.com/Project-OSRM/osrm-backend Documentation has an example with nginx routing between two OSRM backends - one of...

Hello, I have some questions related to OSRM. My team has the use case to retrieve additional data for an edge (that we compute in a separate workflow not related...

Hi, I'm playing a bit with the table service and the distance it can now return (thanks for that, it is awesome!). I noticed that there exists pairs of coordinates...

Dear osrm contributors and osrm users OSRM can be used as a library (libosrm) via C++ instead of using it through the HTTP interface and osrm-routed. This allows for fine-tuning...

Example route: https://www.openstreetmap.org/directions?engine=fossgis_osrm_foot&route=42.70713%2C23.29988%3B42.70772%2C23.29813#map=19/42.70743/23.29901 The road on the west has `sidewalk:left=no` and `sidewalk:right=separate` but OSRM seems to ignore them and routes pedestrians on the road itself.

Hi OSRM folks, Request [1](http://router.project-osrm.org/match/v1/driving/2.288017,48.794199;2.2940991,48.796323;2.2946693,48.7969936;2.2953618,48.7977912;2.2968272,48.7977101;2.3381164,48.8036662;2.3382122,48.802761;2.339394,48.802068;2.3639386,48.8054307;2.3633606,48.80532209999999?steps=false&geometries=geojson&generate_hints=false&annotations=false&radiuses=5;4;8;8;6;4;8;8;15;5) does not finish at the destination (last coordinate in the request) and [2](http://router.project-osrm.org/match/v1/driving/2.534846,49.001195;2.5349976,49.0019549;2.4966812,48.8837799;2.4954245,48.8848987;2.4950359,48.8871739;2.5056411,48.8953678;2.5052841,48.8953058?steps=false&geometries=geojson&generate_hints=false&annotations=false&radiuses=5;3;2;3;2;13;5) does not start at the first given coordinate. Granted my GPS data...

Hi All, Good day. We have hosted the OSRM server in the GCP. And trying to find the best cost effective configuration for the VM. While doing the tests we...

I am generating a table on OSRM, but, in order to help in my route decision I would like to know how many crossroads I have between each point, and...

Hi, Now we have single via maneuver support if it possible to get turn into multi via support.