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 want to provide a link with an in-between stop via osrm on a website. Is it possible to add a blank `start location text field`, so that a website...

Hi, I'm trying to get turn durations in osrm match api. I've added ``` util::json::Array duration_until_turn; util::json::Array duration_of_turn; for (size_t i = 0; i < unpacked_path_segments[idx].size(); ++i) { auto &segment...

### What? Have someone manage to build the project on M1 mac? I am facing this problem: `[build] Undefined symbols for architecture arm64: I have already ran the brew command...

# Issue Doesn't fix anything really important, but allows to better control warnings in the future. ## Tasklist - [ ] CHANGELOG.md entry ([How to write a changelog entry](http://keepachangelog.com/en/1.0.0/#how)) -...

#Hello, Everyone! I have a question. @danpat @mjjbell @daniel-j-h Through OpenStreetMap wiki, I learned that I could use Relation:restriction to solve some turning problems. [https://wiki.openstreetmap.org/wiki/Relation:restriction](url) For example, ![image](https://user-images.githubusercontent.com/51102038/185918479-05f4d5b2-a4b7-4b8d-9147-dd0484680705.png) ``` ```...

Hello everyone, I just started using OSRM and after reading trough the docs (at least what I have found), I need help with configuring the profile. In particular, I am...

Reading last release appveyor-build.bat is missing. Using an old appveyor-build.bat file, compilation hangs with errore message "Invoke-WebRequest : Impossibile risolvere il nome remoto.: 'project-osrm.wolt.com'" (the site is unreachable).

# Issue closes https://github.com/Project-OSRM/osrm-backend/issues/6329 ## Tasklist - [ ] CHANGELOG.md entry ([How to write a changelog entry](http://keepachangelog.com/en/1.0.0/#how)) - [ ] update relevant [Wiki pages](https://github.com/Project-OSRM/osrm-backend/wiki) - [ ] add tests (see...

# Issue This PR solves the problem that the default bicycle profile does not incorporate elevation data. Hence, durations uphill are the same as downhill. In order to achieve proper...

The `.osrm` file contains a node-based graph representation of the OSM data, prior to compression and edge-expansion. It's generated by `osrm-extract` and only read by `osrm-extract`. I believe it's a...

Optimization