osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
Hello, I am experimenting on osrm locally using docker and I have been trying to customize the graph using custom segment speed files. I only see the effect of my...
Hi. Faced with a problem. This example returns 4 routes on the tested server. https://router.project-osrm.org/route/v1/driving/8.529269766374195,47.35673946883687;8.4675375050257,47.42928447621908?alternatives=3&overview=false&geometries=geojson&steps=true I installed local OSRM. When I'm trying to do the same request I've got only...
Hello On OSRM v5.25 when I add 8 excludable sets in the profile, when I want to customize the files with a traffic dataset it throws a "bad numeric conversion:...
For the newer tbb a lot of filenames changed. FindTBB.cmake does not find it, because tbb/task_scheduler_init.h and tbb/tbb_stddef.h do no longer exist. When I patch CMAKE to use tbb/task.h and...
Hi. I am getting a persistent fail on the contract process, with no errors being logged. The last few lines of the output are: ``` [info] Loading edge-expanded graph representation...
Although the --core flag is being deprecated and will be ignored, in [Traffic Update Docs](https://github.com/Project-OSRM/osrm-backend/wiki/Traffic), it is been referenced as a way to speed up the preprocessing time. This Documentation...
I'm not sure about global rules but here (Hungary) a living street can be used only for destination access (in addition to the implicit 20 km/h speed limit). It's regulated...
Let's assume we have small map file. And trying to build distance matrix from points with no map data. Pickup - P Dropoff - D `P1 -> D1` - we...
Building on Ubuntu 18.04 fails with ``` CMake Error at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1947 (message): Unable to find the requested Boost libraries. Boost version: 1.65.1 Boost include path: /usr/include Detected version of Boost...
Hello I'm using OSRM v5.25 and I provide traffic data using a CSV file to the OSRM. If I provide rates for some segments it seems that the resulting routes...