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

**How can i run osrm backend project under my windows localhost machine?**

question

# Issue From AWS SDK for JavaScript v2 [README](https://github.com/aws/aws-sdk-js): > We are formalizing our plans to make the Maintenance Announcement (Phase 2) for AWS SDK for JavaScript v2 in 2023....

Hi, happy user of OSRM here. I've noticed a discrepancy between the public OSRM demo (https://www.openstreetmap.org/directions) and my own OSRM server's results for a specific footpath query. The demo seems...

question

# Summary Multiple maneuovre relations are not working. # Issue I was trying to add some maneuovre relation to the map; When I added 1 maneuovre to a node it...

Bug Report

Hello, I would like to know if the CH algorithm already supports the exclude parameter. I set exclude = ferry when using it. If there is only one route and...

question

Hello, i installed osrm-backend from ([source](https://gist.github.com/shafayeatsumit/17366c729ede9cbe36768c8bf4add569)) which i mentioned here; https://github.com/Project-OSRM/osrm-backend/issues/6725 . My question is how can i update the map? my assumption is to download latest map and re-run...

question

## Background This problem exists both in official OSRM server `router.project-osrm.org`, and I can find it in my own setup, too. Here about my own setup: - I am using...

Bug Report

Hello, i don't know if this is the right place to ask, i want to learn what is the correct way to install OSRM for production, i followed a guide...

question

Hi folks, was curious about knowing that given `S` sources and `D` destinations, what is the time complexity for the table retrieval request? Is it `S * D`? In our...

question

The tile layer currently contains the same id value of "1" for all linestring features in the speeds layer. There's a comment in the codebase that says the id should...