![]() |
|
dynamic album with geotagged pictures - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: dynamic album with geotagged pictures (/thread-11700.html) |
dynamic album with geotagged pictures - vincent3569 - 2014-03-24 hi, Is there a way to create a dynamic album with geotagged pictures ? I wish to display a map with all with all geotagged pictures of my gallery? dynamic album with geotagged pictures - acrylian - 2014-03-24 If this is not a field the search covers (don't remember never used geo tagging) it gets hard. also the info is pretty different so there is no value to search for. I would suggest to write a script to check if the field is filled with something and if add a special tag (e.g. "geotagged") to the images in question. Then you could seach for the tag and create the dynamic album. dynamic album with geotagged pictures - micheall - 2014-03-28 Does the standard search allow searching of EXIF data? This could be helpful for multiple reasons, not just creating dynamic albums. dynamic album with geotagged pictures - sbillard - 2014-03-28 It does, through the "custom" field search. dynamic album with geotagged pictures - micheall - 2014-03-28 Gotcha, will have to delve into it a bit more then. The search function has always been mostly foreign to me, heh. dynamic album with geotagged pictures - vincent3569 - 2014-03-31 I have a look on search options. Could point me to the right direction to create a script ? My needs : dynamic album with geotagged pictures - acrylian - 2014-03-31 I guess the search engine is not built to search for "nothing" ;-) I suppose if you had NULL in that field you possible could search for that somehow or at least via code. You know you can setup dynamic albums via the object model, too. dynamic album with geotagged pictures - vincent3569 - 2014-03-31 hi I'm trying to find what I am looking for... btw : there is a broken link in documentation (http://www.zenphoto.org/documentation/li_classes.html page) : dynamic album with geotagged pictures - acrylian - 2014-03-31 http://www.zenphoto.org/documentation/li_classes.html still does work. You find the classes on the right to choose from. The other link is outdated for years. Where did you find it? but just replace the date part with "news" and you still get it. dynamic album with geotagged pictures - vincent3569 - 2014-03-31 I found the 2nd link in the page given by the 1st one. dynamic album with geotagged pictures - acrylian - 2014-03-31 Ah, okay, I see. That template is static so will be fixed when I generate the next documentation. dynamic album with geotagged pictures - sbillard - 2014-03-31 We would have to add "reserved words" to the search parameters to represent Should be possible, but I doubt we could make it so those terms were localized. Could use symbols for them as well to avoid the language issues. Best to open a ticket requesting the feature. |