osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
Can't use the OSRM API http://router.project-osrm.org/route/v1/driving/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false
# Feature The openstreetmap wiki describes different access restrictions for some countries (See https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access_restrictions) The profiles for foot and bicycle can provide incorrect routes due to this. The profiles should...
# Issue Fix the overwriting of a lower vehicle-based maxspeed by a higher signposted (edge-based) maxspeed ## Tasklist - [x] CHANGELOG.md entry ([How to write a changelog entry](http://keepachangelog.com/en/1.0.0/#how)) - [...
# Issue As written in #7034 the `osrm-extract` command recommends to run `osrm-contract` (CH) but the wiki recommends `osrm-partition` (MLD). This PR fixes the inconsistency by changing the recommended version...
# Issue After `osrm-extract` finished executing it recommends running `osrm-contract`. https://github.com/Project-OSRM/osrm-backend/blob/203314b1aa5a4cbbd32b8bd47a5c68399bd9d04e/src/extractor/extractor.cpp#L356 According to the [wiki](https://github.com/Project-OSRM/osrm-backend/wiki/Running-OSRM#how-to-run-the-tool-chain) it is preferred to use `osrm-partition instead`. # Steps to reproduce Please provide the steps...
Consider releasing a prebuilt binary of linux that supports the arm64 architecture.
# Feature The nearest API service computes the nearest node IDs and snap locations based on a provided location. The OSRM API should include a feature that returns both the...
what is the proper command for setup osrm-backend in docker so that i can run the server in 5000 port. Please help
This is my first question. My name is shin2. I'm trying to set up an OSMR server on my home web server using the following site as a reference, but...
# Issue When using the OSRM Node bindings v6.0.0, the module fails to load due to an incorrect path reference in lib/index.js. Specifically, the following line in index.js attempts to...