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

Routing using OSM MAP

0

Hi,

I have installed a local OSM server using Mapnik and Mod Tiles. I want to know how can I create a routing interface for the same. Given two points, system should be able to give route points and distances. I want to know what is the best way to do this.

asked 13 Feb '18, 09:37

Reshma%20Maner's gravatar image

Reshma Maner
235303136
accept rate: 0%

edited 16 Feb '18, 23:19

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

1

The routing server is independent of the tile server and needs its own data store. The most popular choices for Open Source routing on OSM data are OSRM and GraphHopper. You'll find them both on GitHub.

answered 13 Feb '18, 10:00

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .