Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you want to provide a web-interface for a OSRM based routing service I would strongly suggest using a (customized) <a href="https://github.com/DennisSchiefer/Project-OSRM-Web" rel="nofollow">Project-OSRM-Web</a> (the "official" UI found at <a href="http://osrm.at" rel="nofollow">http://osrm.at</a>), or at least using the code as a reference of how to use the API.</p> <p><strong>routing profiles</strong></p> <p>You can customize what kind of routing OSRM does by specifying a <a href="https://github.com/DennisOSRM/Project-OSRM/wiki/Speedprofile" rel="nofollow">speed-profile</a>. Several example profiles can be found in the <a href="https://github.com/DennisOSRM/Project-OSRM/tree/master/profiles" rel="nofollow">source code</a>. As far as I know car and bicycle profiles are very well maintained.</p> <p>OSRM <a href="https://github.com/DennisOSRM/Project-OSRM/issues/10" rel="nofollow">doesn't support</a> multiple routing profiles directly. If you want to provide multiple profiles, you have to run multiple instances of OSRM in parallel. OSRM-Web does support multiple servers.</p> <p><strong>Server API</strong></p> <p>Information about how to call the OSRM server API can be found <a href="https://github.com/DennisOSRM/Project-OSRM/wiki/Server-api" rel="nofollow">on the OSRM-wiki</a>. The route output format for example is encoded in the <a href="https://developers.google.com/maps/documentation/utilities/polylinealgorithm" rel="nofollow">Encoded Polyline Algorithm Format</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload