Leaflet.MarkerCluster.LayerSupport
Leaflet.MarkerCluster.LayerSupport copied to clipboard
Sub-plugin for Leaflet.markercluster plugin; brings compatibility with Layers Control and other plugins
When moving the map from the mobile, the markers disappear to go back only when the drag is released. Why?
Hi, First of all, thank you very much for the plugin. It allowed me to use LeafletSlider. Since the implementation of the plugin, my labels positioned above a group of...
I use your application and it works very successfully. 1) Pop-up popups overlap as shown in the picture. Is there a solution for this? 2) I have one more question...
Hi! I want to change the `iconCreateFunction` of the `MarkerCluster`. For this I need to pass options to `MarkerCluster` (https://github.com/Leaflet/Leaflet.markercluster#customising-the-clustered-markers). How can I do it, if the creation of `L.markerClusterGroup.layerSupport`...
hi there i have issue with competability L.markerClusterGroup with L.moveMarker. How can i fix this problem. here is my code with markerCluster without moveMarker var group2 = L.markerClusterGroup.layerSupport(); group2.addTo(map); marker[1001]...