Hi - I've just been using zenphoto for the first time, having realised it can do far more than my diy atempt! Various themes allow me to see the location of an image on google maps if it is geocoded, but I am wondering if someone has already written a theme that does some or all of the following:
Allow you to see locations of all geocoded photos in the album or entire gallery on a map
Allow you to see the locations of an image in slideshow view...
Cheers,
Ben
Comments
There is not a way to show the locations on the slideshow. That would probably be very difficult since we are using available Java Script slideshow tools. A special Java Script would need to be created to show also the locations.
However, I am still only seeing on the map those photos on the current page of the album, rather than the album as a whole. For example:
http://bbarker.co.uk/zenphoto/Offas_Dyke_Cycle/
All images are coded, but different markers appear for each album page. I was looking the the db tables - I see the the exif data for each image read into a table. That would (perhaps does) presumably allow for really advanced searching - so far I have only found the search box at the top of the window, but I'm still exploring. I was trying to see whether it would be possible to run a query on the db for all coded images in all images in the gallery and show them on a map, or all coded images before a certain date etc (select lat,lon from thistable where lat is not null and date > somedate...etc)
Very cool whatever the answer,
Ben
At present the search function does not include any EXIF fields, but that could be added. Search by date currently only searches for images in a particular month.
Certainly you can create custom Database Queries. Then, of course, you can query for anything in the database.