vue2-leaflet-markercluster icon indicating copy to clipboard operation
vue2-leaflet-markercluster copied to clipboard

markers dissapear

Open erfanSW opened this issue 4 years ago • 3 comments

Capture after clustering markers icon disappear

erfanSW avatar Nov 14 '20 14:11 erfanSW

I solved this by setting singleMarkerMode: false.

erfanSW avatar Nov 15 '20 07:11 erfanSW

I'm still fighting with this issue. Markers get disappeared after clustering. here is my code : carbon (2) I don't know why this is happening. there are some points : markers will appear after hot reloading. refreshClusters wouldn't help.

erfanSW avatar Nov 15 '20 15:11 erfanSW

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.

egesu avatar Jun 24 '21 21:06 egesu