osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
# Issue What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here. Please read our [documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/releasing.md)...
# Issue Estimated cycling time is sometimes way too low. I've noticed this twice so far, in both cases along a river, [for instance](https://map.project-osrm.org/?z=18¢er=49.443347%2C0.637086&loc=49.502012%2C0.668868&loc=49.443861%2C0.635785&hl=en&alt=0&srv=1): # Steps to reproduce - Search...
# Issue This is an alternative solution to https://github.com/Project-OSRM/osrm-backend/issues/7238 ## Tasklist - [ x] 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) -...
# Issue Right now it is kind of a pain to get the geometry by leg. You can request the steps and accumulate it, but that is annoying if you...
I'm trying to use the OSRM match API to match 2 points (in my example it's more, but here these 2 points should be enough to describe the problem). Here...
# Issue https://github.com/Project-OSRM/osrm-backend/issues/7249 ## Tasklist - [ x] 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 [testing...
clang-format-15 has become slightly outdated and is no longer available on some platforms. Ubuntu 24.10 used clang-format-19 as default. Let's upgrade!
New libosmium features since 2.20.0 (September 2023): - C++17/C++20 compilation support - LZ4 compression support for PBF files (faster than ZLIB) - Reduced dependencies (uses std::variant instead of boost::variant when...
Consider a route on which if we exclude tolls, the route would be ridiculously long. But for some routes, excluding tolls won't be that long. So is there a way...
Hi, I am working on restricting border crossings by adding **border_control** to the avoid list in my Lua profile. The issue we saw while testing is that this causes unnecessary...