-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Frequently Asked Questions
Richard Fairhurst edited this page Jun 12, 2019
·
3 revisions
OSRM coordinate order is longitude,latitude - not latitude,longitude. Check your coordinates are in the correct order.
The demo server uses Mapbox traffic data to influence routing. Your server does not. This data is not freely available.
This part of the URL doesn't do anything, it's just a placeholder. You can change it to "frogs" and the results will still be the same. If you want walking/cycling directions, you need to prepare data using the walking/cycling profiles and then run a separate instance of osrm-routed (or a Node-based server).