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

# Issue https://github.com/Project-OSRM/osrm-backend/issues/3832 Some notes: - we are not removing existing `osrm-routed` yet, `osrm-routed-js` is separate package which depends on `node-osrm` - I chose https://www.fastify.io/ as framework - some tests...

Ready for Review
Stale

Hello, Recently we encountered an issue, where we had bigger than usual load to our osrm services returning walking/driving routes. We had 2 container replicas per service at that point...

question
Stale

Hi @DennisOSRM , we're about to start the GSoC project to publish proper Python bindings for OSRM. They'd ideally be hosted under the Project-OSRM namespace for some level of authenticity:)...

question
Stale

# Issue Done mainly using https://github.com/Project-OSRM/osrm-backend/pull/6153/, https://github.com/Project-OSRM/osrm-backend/commit/d1b9dffdd10652a35347f77a59ac5c765be95d51 and https://github.com/Project-OSRM/osrm-backend/pull/4828 (which also handles `stop=all` which I don't do here) as a reference ## Tasklist - [ ] CHANGELOG.md entry ([How to...

Ready for Review
Stale

# Issue What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here. > #2983 Require a...

# Issue What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here. Please read our [documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/releasing.md)...

Stale

# Issue OSRM using the following packages: y18n semver approval hosted-git-info minimatch Having the white-source security issues. Is it possible to update them in the next release ??

Bug Report

Hello. I have a trajectories with 1000 up to 15.000 input points made from vehicles, which i wanna fit on the closest road - so the best would be if...

question
Stale

Trying to import the entire planet for Walking Directions - Using a docker image to do this docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-partition /data/planet-latest.osrm I've dumped the screen output...

Bug Report

I am applying map matching on GPS locations for emergency vehicles. The results are fine, but there are some splits in the resultant trajectories and changing in the roads due...