A C++ program that builds a geographic graph from OpenStreetMap data and computes the shortest path between two buildings on the UIC campus once you specify the start and end locations.
The UIC Campus Geographic Graph System prompts users to input their given .osm file to use as the UIC campus. After, the users most imput the building they are starting at and the building they want to go to.
This application allows user to:
g++ or clang++)From the project root directory:
g++ application.cpp osm.cpp dist.cpp tinyxml2.cpp -o application.exe
./application.exe
make build
make run
Tags