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

I am trying to build the whole osm planet dataset. The first step worked fine with: `> osrm-extract -p /opt/foot.lua ./data/world/planet-latest.osm.pbf ` But creating the partition failed with: ``` >...

I'm interested in finding intersections and possible maneuvers at intersections. Documentation says that tile service returns turns layer containing that information. After I transform longitude and latitude inputs as in...

I have a setup where there are several backend machines behind a load balancer; each backend machine runs an Apache web server which forwards requests to osrm-backend. I would like...

Hi, What are the actual system requirements for the latest planet.osm.pbf? how much Ram, how much memory do i need to run it currently i have 64GB Ram, 200GB swap,...

I would like to test the routing engine using postgis.lua profiles, so check the osm data against a postgis db. The problem is, inside way_function, I am not able to...

Hi every one. i try to get **max_speed** of any road during the routing and show it in (Json) response. Example , for any legs we have information about, duration,distance,...

Is there a way to remove all small components from routing graph for all nearest/table/... requests? Now and then we see results, where the matching coordinates are linked to routing...

Electric bikes are very prevalent (and becoming even more so) in the EU. Could an e-bike profile be added to OSRM to accommodate this? I'm not aware of all the...

Hey, I'm trying to create a profile for emergency vehicles, that would allow driving the wrong way on one-way roads, make restricted turns etc. I have problems making these conditions...

Tagging scheme for restricting lane change: - http://wiki.openstreetmap.org/wiki/Key:change - http://wiki.openstreetmap.org/wiki/Proposed_features/change Overpass query for restricted `none` lanes: http://overpass-turbo.eu/s/jZ9 We should take restricted lane changes into account especially in combination with `none`...

Guidance