Open peterkowalsky333 opened 4 years ago
Hello,
it might be a bit late to share the solution, but I had the same problem and solved by simply importing both css files:
@import "~leaflet.markercluster/dist/MarkerCluster.css";
@import "~leaflet.markercluster/dist/MarkerCluster.Default.css";
It should include the animations needed for splitting and merging. I'm using leaflet 1.7.1 and leaflet.markercluster 1.5.3.
How to reproduce
What behaviour I'm expecting and which behaviour I'm seeing
I want to have animation when i zoom in like this example:
http://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld.388.html
Minimal example reproducing the issue
My markerClusterGroup configuration looks like this:
I also included
and i imported the css file
but still,when i zoom in i dont have animations like on the example