My First Google Map Mashup 2

Posted by Jimmy'z on October 12, 2006

I created this mashup about 5 or 6 months ago, but could never put it on my website until I had php5. Now that I’ve made a change to Host Monster, running php5, I can make this script live.

Here is the mashup. It basically puts all of the earthqakes above a 5 in magnitude on the map. It gets its updates automatically from the U.S. Government.

The script encorporates AJAX for the data points, RSS feed parsing for pulling the data from the USGS Earthquake Feed. I used php5′s DomDocument for the xml that is consumed by the Google Map.

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. cocoricamo Thu, 12 Oct 2006 08:49:37 UTC

    nice work! are you working on anything to track it long-term, like layover images or differently colored tag points for “frequent” areas?

    have you seen this mashup yet? they’re tracking heat patterns from traffic using google maps too — http://blog.fortiusone.com/2006/10/11/heat-maps-for-google-maps-aka-geoiq-mashup

  2. Jimmy'z Thu, 12 Oct 2006 08:59:25 UTC

    I haven’t set up long-term tracking, but that sounds like a great idea. I think I’ll do that.

    Thanks for the suggestion.

Comments