Google_Maps and Effenberger_effects conflict?

I use the effenberger_effects to show the thumbs as slides.
Now I want to incorporate Google_Maps.
It works but the effenberger_effects do not show anymore.

I added this code in my album page:
´<?php
´ if (function_exists('printAlbumMap')) {
´ printAlbumMap(NULL, NULL, NULL, NULL, gettext('Google ´Map'), true, 'googlemap', $firstPageImages);
´ }
´ ?>

What do I wrong?

Thanks in advance,

Filip

Comments

  • Nobody any idea's here?

    I tried it also in the default zenpage template.

    The effenberger effects works fine until I add the lines for the googlemap.
    The googlemap as such works fine too.

    And it is only for those albums where coordinates are present (So 'Googlemap' is visible).
  • acrylian Administrator, Developer
    I suggest to look at the site of the developer of those effects. I have not used them or google maps myself and the effenberger effects plugin is actually just an example for the mage filter.
  • Most likely you are seeing a javascript confilct. Check your browser for JS errors. If so, there is really nothing we can do for you as we control neither of those script sets.
  • Ok, thanks, I will check that.

    Another question about googlemaps.
    Is there a (simple) way to include a track(kml- or kmz-file) in the map?

    Thanks in advance,
  • I presume there is no simple way, but I have no idea what a track is or how it is related to google maps.
  • A gps tracker logs his coordinates every 10 sec (or other interval that you can set) in a file. So after a promenade or so you have a track of the way you followed. You can load such a file in GoogleMap or GoogleEarth wich shows then a line with the way to follow.
    So besides the pins for the photo's you also see the itinerary.
  • Well, if you can provide a simple explaination of what needs to be changed (or make the changes yourself if you feel capaable.) Then create a ticket with this request.
Sign In or Register to comment.