osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
# Issue closes https://github.com/Project-OSRM/osrm-backend/issues/6297 closes https://github.com/Project-OSRM/osrm-backend/issues/6181 closes https://github.com/Project-OSRM/osrm-backend/issues/6087 ## 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) - [...
With a heavy load, the server freezes tightly, I would like to limit the applications inside the container by the CPU cores consumed [info] starting up engines, v5.26.0 [info] Threads:...
# Issue Conan-based builds unexpectedly started failing complaining that they cannot find EXPAT of exact version. Quick investigation shown that it is caused by Conan started generating FindEXPAT.cmake with version...
Hi, I am looking for API to achieve one source to many destination in routing... but table service api doesn't return any gemetry to view in map... how can i...
# Issue It looks like we have small issue here, not clear why clang-tidy didn't catch that though. ## Tasklist - [ ] CHANGELOG.md entry ([How to write a changelog...
I am facing this error: **[error] Unexpected end of file: /extractor/edges: Datatype size does not match file size. (at include/storage/tar.hpp:149)` when osrm-routed in docker;** Following steps are followed: Run the...
I'll leave that here as well: https://github.com/mapbox/mason. doesn't mean it's going away or will be broken anytime soon, but since OSRM [is slowly getting really out of date on dependencies](https://github.com/Project-OSRM/osrm-backend/issues/6264),...
Hello I'm using OSRM v5.25 and I'm using it inside Java using JNI. Sometimes the engine crashes with the below error code for some requests, Do you have any idea...
First of all, thanks for this amazing project! I have noticed that node OSRM memory usage increases over time whereas OSRM-routed's doesn't. Here is an example script: ``` var OSRM...
I would like to use OSRM in an airport environment, to route aircraft around a runway & taxiways. I have looked at https://github.com/Project-OSRM/osrm-backend/issues/4814 and adopted the `car.profile` to `aircraft.profile`. Issue...