Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I use OpenStreetMaps data and I parse the OSM xml file. I found all the nodes that are k="highway" and k="addr:street" in order to find the nodes that are in a way. Now I have to find the path from the origin to destination point. I decided to use Dijkstra algorithm to achieve this. But, I dont know from where I can start. I have to create a graph of these nodes? But how? Can you please advice me ?

Regards,
PanagiotisP
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900