NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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


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.

permanent link

answered 13 Feb '18, 10:00

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×305
×104

question asked: 13 Feb '18, 09:37

question was seen: 1,476 times

last updated: 16 Feb '18, 23:19

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum