vue2-leaflet-markercluster
vue2-leaflet-markercluster copied to clipboard
markers dissapear
after clustering markers icon disappear
I solved this by setting singleMarkerMode: false.
I'm still fighting with this issue. Markers get disappeared after clustering. here is my code :
I don't know why this is happening.
there are some points :
markers will appear after hot reloading.
refreshClusters wouldn't help.
I had the same issue. Adding icon size
and icon-url
properties for <l-icon>
solved the issue. Attention the case: not iconSize
, it should be icon-size
.