Can somebody help me with the openstreetmap-plugin?
http://jonnylander.dynasigns.de/zenphoto/Einkeimbl-ttrige-Pflanzen/Narzissengew-chse/Knotenblumen/Fr-hlings-M-rzenbecher/#4The GoogleMap-Plugin on this page works fine, but the Openstreetmap-Plugin doesn't show up any marker.
What am I doing wrong?
Comments
I insert it how it is discriped in the readme here:
https://github.com/acrylian/zp_openstreetmap
and insert the following code to the album.php:
<?php printOpenStreetMap() ?>
I do not understand anything about error logs and browser logs
Cheers
You need to learn about error logs if self hosting. The browser has a log (console) and Zenphoto has a debug (error) log. Additionally the server itself has its own php error log (and some more). About the latter ask your host where to find it.
<?php
@call_user_func('printGoogleMap');
@call_user_func('printRating');
@call_user_func('printCommentForm');
printOpenStreetMap();
?>
The map is shown, but without any markers.
Any idea?
You can find the page here: http://jonnylander.dynasigns.de/zenphoto/Einkeimbl-ttrige-Pflanzen/Narzissengew-chse/Knotenblumen/Fr-hlings-M-rzenbecher/M-rzenbecher-Pflanze.jpg
Cheers!
Jonny
That's where the individual markers are concentrated. Click on the circle until the magnification is big enough to show the individual markers.
If there is a cluster on the single image you have "album markers" enabled. Try to disable that os only the marker of the image itself is show on the image page.
Not that this would explain why they don't work here in some browsers…
I disbaled album markers.
Still the same problem.
I used an online Website-Screenshot-App... and there WAS a marker!?!?!
Seems like there is a problem with my browsers... IE and Firefox both do not show up the markers. I'm frustrated and do not know what to do...
Do you see a marker on my link above?
Jonny
http://www.zenphoto.org/test/osm-test1.jpg.html
http://www.zenphoto.org/test/osm-test2.jpg.html
Sorry, no idea right now.
http://www.zenphoto.org/test/osm-nomarker-safari.jpg.html
And correctly in Firefox:
http://www.zenphoto.org/test/osm-marker-firefox.jpg.html
I thought first a CSS conflict but then why would it work locally with the same theme…
I also checked if an adblocker or something is the cause…