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 |
You can check OsmSharp: http://wiki.openstreetmap.org/wiki/OsmSharp This does exactly what you are trying to do. answered 21 Jul '12, 16:19 Ben Abelshausen |