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'm trying to use the below API http://router.project-osrm.org/route/v1/driving/31.3025285,30.0544186;31.2972283,30.0638908 If the coordinates are between Middle East countries (KSA, Kuwait, Egypt, etc.), it gives a timeout error, while for the coordinates outside...

Bug Report

Hi All, We have managed to run OSRM version 6.0.0 on Windows Serve 2019. C:\Users\Administrator\vcpkg\osrm-backend\build\Release>osrm-routed malta-latest.osrm [2025-06-16T08:25:37.4947076] [info] starting up engines, v6.0.0 [2025-06-16T08:25:37.4961321] [info] Threads: 8 [2025-06-16T08:25:37.4970361] [info] IP address:...

# Issue Can't compile OSRM 6.0 for Debian 12 bookworm [ 66%] Building CXX object CMakeFiles/SERVER.dir/src/server/connection.cpp.o In file included from /usr/include/boost/asio.hpp:23, from /home/sv/install/osrmLua5.3/osrm-backend/include/server/http/reply.hpp:6, from /home/sv/install/osrmLua5.3/osrm-backend/include/server/connection.hpp:5, from /home/sv/install/osrmLua5.3/osrm-backend/src/server/connection.cpp:1: /usr/include/boost/asio/awaitable.hpp: In constructor...

Bug Report

# Issue When I try to get data from this route, http://router.project-osrm.org/route/v1/driving/47.536522,-18.926995;47.536395,-18.931285?overview=full&geometries=geojson, it returns a 504 status code. Don't know why. It works last thursday but now nothing works.

Bug Report

This PR provides routing over areas. It builds a visibility graph of the area, then runs dijkstra from each entry point to reduce the number of edges, then adds the...

Hi. I noticed that v6.0.0 of osrm-backend image switched to alpine. Was this intentional? The release changelog states that the debian distro was updated, but not changed to alpine. Also...

# Issue [2025-05-28T13:21:55.881822457] [info] Using profile api version 4 [2025-05-28T13:51:34.249052855] [error] stack index 3, expected number, received number: not a numeric type that fits exactly an integer (number maybe has...

Bug Report

I’m trying to use osrm-customize with --segment-speed-file to apply custom speeds to OSM road segments. However, I need help extracting the required data (from_osm_id, to_osm_id, and speed) from OSM XML/PBF...