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. |
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. |
You can check OsmSharp: http://wiki.openstreetmap.org/wiki/OsmSharp This does exactly what you are trying to do. |