google_maps, zenphoto 1.2.3

Hi,

I'm so glad to discover every new things in the new 1.2.3 version ! Great job, it's such a pleasure to follow the progression of the project.

on question concerning the very basic usage of google_mamps plugin.

as it is activated by default, and because some of my pictures are geotagged, I expected to saw a new ... button, to generate maps but I didn't find anything ...

could you write me one word to explain what I've to do use the plugin ?

regards

T.

Comments

  • Google maps, like all plugins must be enabled and encorporated into your theme. If you have done that you should see a show map (or the map itself depening on the options you have set.)
  • it is enabled.

    but concerning the theme, I use the default one. Shall I modify it ?
  • I'm using this to display the googlemaps link on image.php:

    `<?php if (function_exists('printImageMap')) {
    printImageMap(null,null,'500',null,null,false,'googlemap',null,null,null,null,null,null);
    } ?>`
    Clic on the link display the map.
    But before, you need to go the Googlemap plugin's options.
  • The default theme does display maps for images (but not for albums.) Be sure you have provided the google map key in the options for the google map plugin.
  • actualy, the key was missing !!

    time to get one, and I let you inform.

    concerning this point, there is an excellent open-source library that makes the same job : openlayers (http://www.openlayers.com/)

    ... don't need any key ...

    that could be a new plugin for the futur !
  • it works fine with the key !
    excellent feature !
Sign In or Register to comment.