osrm-backend
                                
                                 osrm-backend copied to clipboard
                                
                                    osrm-backend copied to clipboard
                            
                            
                            
                        Open Source Routing Machine - C++ backend
Hi When trying to connect two dots together OSM create a completely different path than the requested one (a much longer path than the original one). I can't understand where...
I try fix a bug caused by support OSM traffic signal directions. With mjjbell's help, I learned a lot. I hope to get @mjjbell help and support. # Issue https://github.com/Project-OSRM/osrm-backend/pull/6153#issuecomment-1763937197...
# Feature I know that fallback_speed exists for table requests (though possibly a little [buggy](https://github.com/Project-OSRM/osrm-backend/issues/6584)) in order to use straight-line distances for between points where a route does not exist....
Hi, In car profile we currently dont support multi-value access values e.g. "forrestry;agricultural" which causes OSRM to use all those roads instead of making them inaccessible. This is caused by...
Hi, currently in car profile **barrier=gate** and **barrier=lift_gate** are per-se whitelisted which means one can not use access tag on that note. These 2 types of barriers should be processed...
How can I add tolls to navigation when a toll is on the way. 
# Issue I installed osrm-backend v5.28.0 on my Raspberry Pi 4 running Debian Bullseye in the 64 bit version. So in theory, the system should be able to deal with...
Hello, my team and I are using OSRM in combiniation with VROOM to calcuate trips for public transport. We are running into an issue where the calculated route contains a...
I'm working on a personal project to develop a green-corridor for ambulances. The application would be able to give the most optimized route for the ambulance to get to the...
I am using a routing optimizing machine called VROOM My architecture is like the following Where i have osrm installed using docker and Vroom runs over it helping in processing...