Piwigo / piwigo-openstreetmap

OpenStreetMap integration for Piwigo
http://piwigo.org/ext/extension_view.php?eid=701
GNU General Public License v3.0
35 stars 35 forks source link

new function to better feed get_image_ids_for_tags when pages got multiple tags #161

Closed 7tonin closed 6 years ago

7tonin commented 6 years ago

Currently, there is a bug when multiple tags are used on a piwigo page : pictures list in pwg-osm is filtered with only the first tag. So I made a function to use with array_reduce

7tonin commented 6 years ago

jcarousel has been (confusely) reverted because, it is not finished and about another matter.

xbgmsharp commented 6 years ago

Thanks