-
Here's overview of OSRM generated files: https://github.com/Project-OSRM/osrm-backend/wiki/Toolchain-file-overview
There could be a sub issue for each file.
This issue can be closed once we have …
-
We need to view OSRM routes to help us evaluate the quality of the output of our OSRM profiles over time. It should do these things:
1. Take in user input in some way (typing in an address, moving a m…
-
Hi!
As it stands now, OSRM is backend only, with direct bindings available in C/Node, while other can interact using the REST interface. This is very versatile and will match most use cases, but it…
-
The osrm-routed application uses data that is located in projects//osrm/[walking|cycling|driving...]
This data needs to be fetched from open street map for a certain region and prepared for use by …
-
OSRM's distance matrix is not parallelized. This makes sense for something running as a server handling many requests (parallelize between rather than within requests), but a common use case for OSRM.…
-
what?
거리 api 대체할 osrm 추가
action?
osrm 추가
-
Please allow pedestrian routing over `highway=platform` ways. The tag is commonly used instead of `highway=footway` when there's a bus or tram platform directly on the sidewalk. Currently this leads t…
-
When implementing the basemap layer, I did not port road name abbreviations from https://github.com/giggls/mapnik-german-l10n because of the licensing and just pass road names from OpenStreetMap direc…
-
For example, I spent many time to detect why OSRM do not route simple case:
![osrm_reversible](https://cloud.githubusercontent.com/assets/1157412/7691451/df095a00-fdd3-11e4-98ba-f1ca4eb882bb.png)
Th…
-
Build fails because branch [5.21 of osrm-backend isn't available anymore](https://github.com/Project-OSRM/osrm-backend/branches/all?query=5.21).
There are no releases for 5.21, but there is a relea…