Image + Geotag + automation = Map Gallery
My latest personal project is a wordpress plugin that automatically reads geotags from images and adds the image as a point on a google map. You insert the map using a shortcode ([map_gallery]) and there you go. Shortcodes were introduced with WordPress 2.5, and I rely on some PHP5 functions, so those are the requirements. You can see a live example on my Map Gallery page.
Nice work, have you developed it any more than this? And do you have to rebuild the geotag index every time you add more photos or does it to it on the fly?
If you could add custom size map support it’d be even better.
@Chris: I haven’t really done anything more on this yet, but custom size map is already supported. Currently
map_gallerysupports:map_controlsbutton_controlsYou set their default values in plugin settings page, but they can be overridden using the shortcodes.
Feel free to fork and send patches if you’d like to keep developing it: http://github.com/phaza/map_gallery/tree/master