jperelli / vue2-leaflet-markercluster

markercluster plugin extension for vue2-leaflet package
MIT License
132 stars 55 forks source link

markers dissapear #51

Open erfanSW opened 3 years ago

erfanSW commented 3 years ago

Capture after clustering markers icon disappear

erfanSW commented 3 years ago

I solved this by setting singleMarkerMode: false.

erfanSW commented 3 years ago

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.

egesu commented 3 years ago

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.