Libratus Maps

Hi,
I have noticed that libratus supports OpenStreetMaps.

Am I right that this would be the correct plugin?
https://github.com/acrylian/zp_openstreetmap

If yes then there might be a problem in the theme:
With the plugin enabled the image and album page stops loading.
Images are displayed but then the pages stops loading and no map and no footer will be shown.

------
Edit:
With the google map plugin enabled i have noticed that the album page loads fairly fast but on the image page there is a delay until the map will be displayed which is up to 2 minutes

Ralf

Comments

  • acrylian Administrator, Developer
    Yes, that is the right plugin, although it is not officially released yet either ;-) It is beta actually so there might be some bugs. If the page stops loading you probably get a fatal error somewhere. Please review your error logs.
  • Hi,

    the error on the album page is:
    NOTICE: Undefined variable: _zp_current_search in /zenphoto/plugins/zp_openstreetmap.php in Zeile 350

    zpOpenStreetMap->__construct called from include (album.php [59])

    Edit:
    Line 59 of album.php is:
    $map = new zpOpenStreetMap();
  • acrylian Administrator, Developer
    Thanks, just a missing global define. Fixed in the repo. If you find more issue like this best open tickets right on the repo.
Sign In or Register to comment.