public
Description: Maps Flickr Photoset on Google Maps using JavaScript YUI
Homepage: http://cameronjones.com/flickr-maps-with-yui
Clone URL: git://github.com/mcameronjones/flickr-maps-with-yui.git
name age message
file README Loading commit data...
file index.html Wed Jul 01 16:28:31 -0700 2009 fixing commit names [mcameronjones]
file postcardmap.js Wed Jul 01 10:27:59 -0700 2009 refactored into html and javascript [Michael Cameron Jones]
README
Shows a Flickr photoset on a Map. Photos need to be geotagged in Flickr for this to work.

You need a Flickr API key and a Google Maps API key.

Edit the Google Maps include URL (with your API key) in index.html

Edit the Flickr API key in postcardmap.js

Make sure your map element has id="map" in your DOM, then you're pretty much done.