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
100644 10 lines (5 sloc) 0.339 kb
1
2
3
4
5
6
7
8
9
10
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.