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

Support for turbo roundabouts 2023-05-27 (Sorry for the long text, I don’t know how to do this shorter!) This is a feature request from the Dutch osm-community to develop support...

Feature Request

we know that the osrm-routed will load all the data into memory when started without --mmap model, so why the server should run before the real input traffic requests to...

question
Stale

It's is true that the combination of surface tags should use lowest speed? Or there is other behaviour? Thank you! ![Captură de ecran din 2023-07-27 la 14 19 33](https://github.com/Project-OSRM/osrm-backend/assets/111109027/205845f4-68b7-4639-ab7e-c7ce3a5fc59b)

question
Stale

I recently inadvertently transposed `nrows` and `ncols` in my profile, which led to some unexpected (but subtly so) results. `raster_source.hpp`. My dataset has more rows than columns. There's an if...

Feature Request

Operating System : macOS RAM : 16gb Storage : 500gb Input file "/data/nigeria-latest.osrm.ebg `docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-extract -p /opt/car.lua /data/nigeria-latest.osm.pbf` ``` [info] Parsed 0 location-dependent features with...

I'm trying to generate the release of node packages for Linux arm64, so I did the following steps: * wget -c https://github.com/Project-OSRM/osrm-backend/archive/refs/tags/v5.27.1.tar.gz * tar -xvxf v5.27.1.tar.gz * rm v5.27.1.tar.gz *...

question
Stale

Rocky linux 9.1 `cmake .. -DCMAKE_BUILD_TYPE=Release` ``` ... This warning is for project developers. Use -Wno-dev to suppress it. -- Found PkgConfig: /bin/pkg-config (found version "1.7.3") -- Found Lua: /lib64/liblua-5.4.so;/usr/lib64/libm.so...

question
Stale

I can't seem to get results for this path that (i think) goes through forest path/dirt road. With the demo Version of OSRM it's no problem but my server is...

question
Stale

I see that the comment says that the difference between exits is at least 60 degrees, but the actual code uses 40 degrees to make the determination, is there a...

Bug Report

I've been using OSRM extensively for map matching and generating traffic counts based on OSM data. However, the current representation and processing of the data create a few challenges. Firstly,...

Feature Request