Waiting for a W3C Geo tagged feed from
U.S. Geological Survey Earthquake Hazards Program
Google AJAX Feed API
- Show RSS/Atom feeds on your page using only JavaScript. No server side scripting needed.
- This feed is fetched via
Google AJAX Feed API
- <georss:point> of GeoRSS is available
- <geo:lat> and <geo:long> of W3C Geo feeds are available
- The tags can easily be parsed from the feed using getElementsByTagName()
- The circles are drawn according to those coordinates
- Circle radius is cubic of M value
Hint
- Choose result format XML_FORMAT because JSON format does not return geotags.
Experiment index