osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
We are trying to route pedestrian with precise steps, including the road crossings which we mapped for every intersection on a small region. Our government partners and transit operators in...
Several communities in the US have started to map sidewalks as separate ways, even if they are attached to the main roads. This degrades the quality of our routing as...
Hi, for example this crossing: http://www.openstreetmap.org/?mlat=51.89652&mlon=8.36187#map=19/51.89652/8.36187 the traffic_lights controlling the foot/cycle ways also penalize the car traffic. So there is a double penalty for any traffic crossing this crossing. (Same...
Some roads in the world has outstanding width. Usually it is happen before toll lines. So GPS point may be very accurate (3 meters per GPS; 3*3 = 9 meters...
I have a segment of roadway marked as a motorway with a large relation, where the role is "north" and the motorway name is "I 495". What's happening is generated...
[Situation link OSM site](https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=52.6748%2C5.7221%3B52.6893%2C5.7577) [Situation link OSRM site](http://map.project-osrm.org/?z=17¢er=52.682467%2C5.744863&loc=52.678841%2C5.731527&loc=52.691387%2C5.766127&hl=en&alt=0&srv=0) Image situation:  Espected: That the motorway was taken straight on. Failure: The D tour is taken over the motorway_link....
When you request routes between two very close locations, we currently assume you'll be travelling at full speed all the way. This leads us to under-estimate travel times for very...
It appears that OSRM filters out nodes that don't match provided radius or bearing options. Would it be possible to convert that filter into a sort so that when no...
## Issue With `osrm-backend`'s option to digest traffic updates and thus congestion information, it is possible that motorways have a very low speed that is even lower than the speed...
Hello, I have refined a lua profile ( https://github.com/bjtaylor1/osrmbuilder/blob/master/optimum.lua#L32 ) to incur a penalty for turning onto a primary or trunk in `process_turn` by the use of `source_highway_turn_classification` and `target_highway_turn_classification`....