osrm-backend
                                
                                 osrm-backend copied to clipboard
                                
                                    osrm-backend copied to clipboard
                            
                            
                            
                        Open Source Routing Machine - C++ backend
Hello, has anyone had problems selecting weight_name = 'distance'? I have a problem with a route, 2 points close to each other, but the route always has another city to...
Set Maxspeed for Philippines Report from https://github.com/osm-fr/osmose-backend/pull/2140
Hello everyone, Currently I am trying to install OSRM routing service on Ubuntu machine. But while running cmake --build . command I am getting the following error. /osrm/osrm-backend/src/extractor/edge_based_graph_factory.cpp:35:10: fatal error:...
I have this route small route https://map.project-osrm.org/?z=18¢er=44.189457%2C28.633198&loc=44.189459%2C28.633756&loc=44.188951%2C28.633938&loc=44.189824%2C28.634067&hl=en&alt=0&srv=0 Which basically means crossing the street, but needs to go further where u-turn is permitted. And OSRM decides to go around the block....
I need to check node location in process_way function. Is the location of a node somehow accessible in this function? For example with this function process_way: ```lua function process_way (profile,...
I want to recalculate remaining travel time of route, so I'm using trip service with annotations=distance,duration,speed and increase traveled time each time i reach next coord of the path (using...
Latest docker tag as per https://github.com/project-osrm/osrm-backend/pkgs/container/osrm-backend is 5.27.1, but latest version when building from source is 5.28.0.
How to calculate the number of traffic lights in the entire line? Suppose I plan a route from point A to point B. I want to calculate the number of...
Currently we only have one step for penaltys of width which is
# Issue barrier=kerb on highways is leading to routing errors. Examples: * https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=50.82970%2C8.77314%3B50.82715%2C8.77159#map=15/50.8329/8.7697 * https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=51.30117%2C12.39560%3B51.31054%2C12.39732#map=15/51.3056/12.4038 * https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=48.70970%2C9.15362%3B48.71133%2C9.15267#map=17/48.71189/9.15724 # Steps to reproduce Use the Router "OSRM" on the osm website. #...