Linking Live GeoJSON Data

Real-Time Earthquake Data using Google Maps API

Customizing Real-Time Data Feeds

This was part two of a laboratory assignement for my Web-Based GIS course. The purpose was to use Google Maps or a similar API to link to live data from another internet location.

The data I linked to was from the USGS Earthquake Hazards Program, this time using thier Real-time GeoJSON Feed. This map displays earthquakes from the last 7 days that were greater than 2.5 on the Richter Scale. It is centered on the Ring of Fire in the Pacific, because this is where the most earthquakes tend to occur.

One of the nice things about GeoJSON data is that Google Maps and other APIs make it fairly easy to change the way data are symbolized. I modified the symbology so that larger magnitude earthquakes result in larger circles!

Another tool that I used in this map was Google's API Map Styling Wizard. This alows for customization of the basemap itself, and is a fairly new feature. I used this tool to darken the background to make the earthquake symbols jump out a little, and to make the map more exciting. You can view the fullscreen map here.