Skip to content

Frequently Asked Questions

Richard Fairhurst edited this page Jun 12, 2019 · 3 revisions

OSRM is routing to the wrong places, or the edge of the map - why?

OSRM coordinate order is longitude,latitude - not latitude,longitude. Check your coordinates are in the correct order.

Why are my routes/times different from the project-osrm.org demo server?

The demo server uses Mapbox traffic data to influence routing. Your server does not. This data is not freely available.

I've changed "driving" to "walking" in the URL. Why don't the routes change?

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).