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

Help With Creating Graph Routing

0

Hi i am new to OSM. I have a project to create an offline routing program with osm data. the data is stroed in a MySQL db and contains nodes , waynodes and ways . How do i use this data to create a graph to do my routing algorithm.

asked 21 Jul '12, 16:16

huzaifahmemee's gravatar image

huzaifahmemee
1111
accept rate: 0%


2 Answers:

1

To get an overview about routing solutions that are available, have a look at the OSM wiki about Routing.

There are some opensource programs that might fit your needs.

answered 24 Jul '12, 16:14

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

0

You can check OsmSharp: https://wiki.openstreetmap.org/wiki/OsmSharp

This does exactly what you are trying to do.

answered 21 Jul '12, 16:19

Ben%20Abelshausen's gravatar image

Ben Abelshausen
912
accept rate: 0%

Source code available on GitHub .