This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

osrm routing on foot

1

Hello, I am a beginner here so please forgive me if this question is too simple :)

I wanted to see whether OSRM routing (on foot) provides a longer time if a road needs to be crossed. I thought I would check this out by looking up open street map. However, there is no OSRM option for routes made on foot, only for routes made by car. Is there a reason for this?

Thank you again for any help

Jeff

asked 31 Aug '17, 10:59

newmapper90's gravatar image

newmapper90
56225
accept rate: 0%

There are a few comments and links on a previous question here - do they help?

(31 Aug '17, 11:04) SomeoneElse ♦

One Answer:

0

The OSRM routing on osm.org is provided by the Project OSRM demo server. This only provides car routing, not bike or foot routing.

It is possible to set up an instance of OSRM that will do bike or foot routing, but it has significant hardware requirements (probably over 128GB of RAM required), and thus far no-one has set up such a server and made it available to osm.org for free.

answered 31 Aug '17, 13:27

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

1

Thank you Richard. I have set up a local server for OSRM routing on foot. Unfortunately there seem to be no time penalties for crossing roads at the moment.

(05 Sep '17, 15:55) newmapper90

Source code available on GitHub .