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 Fixing issue #6716 by replacing std::is_pod with std::is_standard_layout && std::is_trivial ## Tasklist - [ ] CHANGELOG.md entry ([How to write a changelog entry](http://keepachangelog.com/en/1.0.0/#how)) - [ ] update relevant...

My workflow requires appending new ways to existing .pbf. I am using Osmosis to combine .osm file with .pbf file to produce a new .pbf file. After appending and starting...

question

Hi there, We are struggling with interpreting the legs in the output from OSRM. Our goal is generally to draw a line with timestamps for each node. To draw the...

question
Stale

# Issue I am using a docker OSRM container on my server, with a slightly modified profile, based on "foot". When running the query below, I get a tracepoint (No.18)...

Bug Report

I've been trying to extract the entire planet OSRM - Server details Dedicated High speed server with 256GB ram running VMWare - Here's what the server looks like 240GB Ram...

In the car profile, `access=yes` is currently treated as allowing traversal regardless of path type - for instance [this corridor](https://www.openstreetmap.org/way/622442893#map=17/44.96970/-93.27836) is considered accessible to cars by OSRM. This interpretation follows...

question

Hello, I'm extracting full planet by osrm-extract command with foot profile but it everytime failed with Segmentation fault (error 4) on Generating edge-expanded graph representation. I have correct planet.osm.pbf file...

Bug Report

Running build issue when regression build 5.27.1 against boost 1.81.0 build issue ``` [ 86%] Linking CXX executable osrm-datastore /opt/homebrew/Cellar/cmake/3.25.1/bin/cmake -E cmake_link_script CMakeFiles/osrm-datastore.dir/link.txt --verbose=1 /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -Wextra -Wpedantic -Werror -Wstrict-overflow=2...

I'm running into the following Linker issue, but not sure about the correct way to go about fixing it. Any pointers to get this resolved? ``` [1/1] Linking CXX executable...

question

# Issue Hi to everyone! I would start by saying that I am practically new to this world, so I hope you can help me. I use OSRM to get...

Bug Report