A Java tool that reads data from OpenStreetMap and creates a heatmap showing the distance to certain nodes.
Submission for the State Farm Coding Competition by Matthew Musselman
To view the javadoc for the files, go to the javadoc folder and open index.html. To run the program, go to out/artifacts/SFCC_Heatmap_Visualizer_jar and run SFCC Heatmap Visualizer.jar. A sample map xml file and image file can be found in the root directory. The source code can be found in src/matthewm101. Additional comments can be found in the source code. Programs used: Netbeans (to easily create Swing GUIs), IntelliJ Idea (for cleanup and building the final jar file).