osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
`terminate called after throwing an instance of 'osrm::util::exception' what(): Cannot update the metric to a dataset that does not exist yet.` I'm getting this error while running the osrm with...
# Feature Please describe the feature you would like to see in OSRM. Images are often a good way to illustrate your requested feature. When [integrating third party raster data](https://github.com/Project-OSRM/osrm-backend/wiki/Integrating-third-party-raster-data)...
I was debugging a ferry issue with Valhalla and looks like OSRM has the same problem. E.g. this route from ferry to ferry (Denmark -> Sweden) is ignored and a...
I use the map matching service to match the coordinates of the GPS to match and correct it. The matching service played a role in this process, but it is...
Following a discussion on IRC, I'm opening a ticket here. A narrow road penalty was implemented in #1338. But halving the speed is way too harsh IMO. The width of...
Would be awesome if, when requesting a routing calculation, we could specify an arbitrary polygon that the route is not allowed to intersect. This would make it much easier to...
## I was using osrm-backend with node binding. But, no binding is found while using node. ```js app.get("/testOSRM", async (req, res) => { const busStopCoordinate = [ [85.337767, 27.68748], [85.3020047,...
It seems some routes with particularly remote starting or end points are not computed, although there is a land connection. I Have noticed this computing a large distance matrix of...
The issue I raised in #6517 is back: OSRM does not consider highway=path in bicycle routing. Same example as in the cited issue https://routing.openstreetmap.de/?z=15¢er=49.475751%2C11.004803&loc=49.472614%2C11.002614&loc=49.476978%2C11.002314&hl=en&alt=0&srv=1 but you can find plenty of...
I use `Dockerfile` blow to create an image with default pbf preloaded on it. But I got same duration and distance for all modes: `driving`, `motorcycle`, `foot`: ``` curl -s...