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

# Feature As we have dockerfiles it will be great to add helmchart as well. It will help Kubernetes users to deploy it quick and easy.

Feature Request

### Discussed in https://github.com/Project-OSRM/osrm-backend/discussions/6932 Originally posted by **tommybee-dev** June 8, 2024 Hi, I am new to OSM back-end. Recently I've built this project with MSVC 2022 Express. I've downloaded 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)...

Issue: I am encountering an issue while trying to generate the cell_metrics file in OSRM. I have followed the standard process of data preparation, including extraction, partitioning, and customization. However,...

Bug Report

# Issue I find microscopic differences in routing of `osrm-extract` on different Architectures # Steps to reproduce run `osrm-extract` using a Homebrew installation vs a Linux self-compiled one. # Specifications...

Bug Report

1. The process_turn produces result.weight but the process_way produces result.weight, result.weight and result.rate. How does OSRM backend actually calculates cost of going on a way or taking a turn? The...

Hello Exclude=toll is working fine when alternatives=false. However, when I turn alternatives=true, the first path do avoids the toll, but the second path does not avoids toll. Moreover, the second...

Bug Report

An issue https://github.com/Project-OSRM/osrm-backend/issues/6710 has been logged (reopening https://github.com/Project-OSRM/osrm-backend/issues/6701). Address the issue of highway=trunk (and trunk_link) being blocked for foot and bicycle profiles. Discussed in https://wiki.openstreetmap.org/wiki/Key:motorroad and https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access_restrictions (esp #Alternative_ideas) proposed...

# Issue I am following the following steps to build the OSRM backend from source on my local system: sudo apt install build-essential git cmake pkg-config \ libbz2-dev libxml2-dev libzip-dev...

# Context ## Benchmark highlights CH Map Matching +16% ops/sec MLD Map matching +30% ops/sec CH Routing +3% ops/sec MLD Routing +18% ops/sec CH Table +7% ops/sec MLD Table +16%...