osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
I've just tried to compile git master under ArchLinux (gcc 12.2): There is a build failure inside https://github.com/ThePhD/sol2 : ``` In file included from ./osrm-backend/include/extractor/scripting_environment_lua.hpp:15: In member function 'void sol::stack::field_getter::get(lua_State*,...
After building from source and then installing through `make DESTDIR="${pkgdir}/" install` there is a file conflict with my [existing flatbuffer headers](https://archlinux.org/packages/community/x86_64/flatbuffers/) in /usr/include/flatbuffers/
# Issue https://github.com/Project-OSRM/osrm-backend/issues/5998 Give reasonable messages for the exceptions of Boost that at least some messages pop up if the shared memory directory cannot be created or initialized. ## Tasklist...
# Issue This PR aims to make some weighting options run-time adjustable on the CH graph. The basic principle here is that if it's *ever* possible that a shortest path...
# Issue potentially closes https://github.com/Project-OSRM/osrm-backend/issues/5970 and https://github.com/Project-OSRM/osrm-backend/issues/5716 The question here is how to preserve backward compatibility, that's why I want to discuss this before doing final "polishing". What I am...
I'm usually not interested in route information apart from duration, distance and geometry, so I'm always using OSRM with `steps=false`. My understanding is that the matching data used to generate...
I am trying to use `exclude` flag to exclude classes like ferry, motorway, toll while calculating the shortest path using /table API. I created data using osrm-backend v5.25.0 and setup...
Hello, While compiling a recent version, I noticed a dependency with recent versions of libtbb. Ubuntu up to 20.04 does not contain file tbb/parallel_pipeline.h : https://packages.ubuntu.com/impish/amd64/libtbb-dev/filelist Compilation went fine on...
The routing function on the demo server routes along the edge of an underground parking garage for some starting points: https://routing.openstreetmap.de/?z=18¢er=50.973185%2C11.038250&loc=50.972745%2C11.037510&loc=50.973944%2C11.040283&hl=en&alt=0&srv=1
It seems to be a reasonably open secret (by which I mean SOTM bar chat ;) ) that Mapbox is currently putting most of its development efforts behind Valhalla; and...