Hi, Using a ready made open source API is not an option. All I have to work with is filtered OSM data consisting of only nodes of roads and ways. Can somebody please give me some insight regarding how I can draw a route from an origin to a destination node? I'm struggling to see how routing algorithms such as Dijkstra or A* fit in with nodes & ways. Any help would be appreciated. Thanks asked 19 Feb '14, 18:03 Kyanite |
There are already lots of libraries as well as online offline and offline routers and general information about routing with OSM. If you want to implement your own routing solution, you need a proper routing graph. Use the search words "network" or "graph" on this help site to find previous questions that deal with extracting routing graphs from OSM data. answered 19 Feb '14, 19:40 scai ♦ Frederik Ramm ♦ |
sounds like a student homework...