Closed niklasberlin closed 1 year ago
Have all markers the option "iconClass=...."? Is it the same shortcode as on the example page?
yes they all have the "iconClass" Attribute and it is a full copy of the example code (only change is the additional marker after the option group, but even when I remove this and have a 1to1 copy of the example code it does not work):
I tested it, it seems to be a bug, the new version (3.4) will work as expected. It is on Github.
Thank you for the tip, i had only looked at the releases on github and there was only an older version (3.2.2), now i cloned the repo and it worked as expected, thank you.
Hello, first of all thanks for this awesome plugin.
I have the following issue: when i try to create a map with the example code found here: https://leafext.de/en/grouping/markers/ i can see a map with three markers as in the example (ok one the images is missing but that is just because i haven't uploaded the icon to my wordpress). But the main Problem is that the group selection in the top right corner is missing (the picture below).
I have tried that on a dev install of wordpress to rule out problem with other plugins, i used the following paramters: PHP 8.2.0 Wordpress 6.1.1
Pugins: only "Leaflet Map" in Version 3.3.0 and "Extensions for Leaflet Map" in Version 3.3.3 (both installed via the build-in search function from the worpress repository)
Theme: default (Twenty Twenty Three)
i also tried to add additional markes after the [leaflet-optiongroup ..] shortcut to check if the option group still ins scope for the map and the addional markes get rendered succesfully, but the optiongroup is still missing
I hope that the informations i have provided are useful, please let me know if you need additional informations to reproduce the error