Homework 5: Map

Basic Functionality

    I implemented the following:
  1. You will need to choose a world projection.
  2. You will need to be able to change how the projection scale is set based on the projection used.
  3. You will need to update anywhere d.lon and d.lat are used, since the CSV file uses d.longitude and d.latitude instead.
  4. You will need to comment out the code drawing of the state objects, since you will be working with countries instead.
  5. You will need to change how the text at the bottom is formed based on the data provided in the earthquake feed.

Interaction

        Highlighting any of the circles representing an earthquake will give the location where the earthquake occurred as well as the earthquake's magnitude.

        Click here to see the code that generated this

Steven Rea - MSAN 622