This project visualizes live Earthquake data over an interactive map. Features include:
- Click on an Earthquake marker and it will show you which cities are affected by it
- Click on a City marker and the all the earthquakes affecting that city can be seen
- Hover over the city or earthquake marker to know more about them (for example - name etc.)
- Java SE 8
- Unfolding Maps - http://unfoldingmaps.org/
- Processing - https://processing.org/
- Object Oriented Programming in Java - https://www.coursera.org/learn/object-oriented-java
Import this folder in Eclipse ('File' -> 'Import' -> 'Existing Projects into Workspace', Select this folder, 'Finish')
If the import does not work follow the steps below
- Create new Java Project
- Copy + Paste all files into project
- Add all lib/*.jars to build path
- Set native library location for jogl.jar. Choose appropriate folder for your OS;
- Add data/ as src