ZenphotoCMS Forum
Google maps for top albums - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Google maps for top albums (/thread-6604.html)



Google maps for top albums - starykov - 2010-02-16

Hi, all.

I have a deep hierarchy of the albums in the gallery.
The google maps I use can only show the map of the images in the current album.
Is is possible to make a map that will show the positions of the pictures from all subalbums?

Or is it possible to create a map for the album with custom pins position, not using the EXIF data?

Thanks in advance.




Google maps for top albums - sbillard - 2010-02-16

Positions of pictures in subalbums:
The plugin does not provide such a function. However, if you have some knowledge of PHP and the Zenphoto Object model it should not be too dificult to create such a function. However, be aware that it may be quite processor intensive depending on how many subalbums/images you have.

Custom pin positions:
You can directly use the PhoogleMap class to create whatever map you desire.