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

To solve the Traveling Salesman Problem, the existing API return the fastest path (distance/time). but I need to have the shortest path with only distance. how can I get it...

question

this is because profile.avoid does not include 'construction', and no tests cover this.

Bug Report
Profile

fixes https://github.com/Project-OSRM/osrm-backend/issues/6179

At present, the speed penalty for the default speed limit (or tagged speed limit) does not take into consideration roadway characteristics associated with overtaking (passing), such as explicit restrictions and...

OS details: Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-42-generic x86_64), 16GB RAM, simple server on Hetzner.com Building from source, latest git-clone of the repo: ``` cmake --build . ``` Seeing this warning...

`cycleway:both` seems to have become a common substitute for `cycleway` [since 2018](https://taginfo.openstreetmap.org/keys/cycleway%3Aboth#chronology) however the current bicycle profile doesn't check for it.

#5515 After almost failing on a road with tram tracks i thought that this is a good thing to do.

# Issue Currently route results are annotated with additional path information, such as geometries, turn-by-turn steps and other metadata. These annotations are generated even if they are not requested or...

![image](https://user-images.githubusercontent.com/96227588/146327091-5b7c4e17-ef68-4987-8cd2-0d61e9713fd7.png) When between point is not any way, it starts to searching nearest way by making projection node and in this process rivers and railways do not block projection line(line...

While the code (https://github.com/Project-OSRM/osrm-backend/blob/master/profiles/car.lua) gives a sense of different parameters that have been considered for modelling the speed profiles, it would be helpful to have an accompanying descriptive text in...