Sergiu

Results 1 issues of Sergiu

I'm using `"leaflet.markercluster": "^1.5.0"` into an Angular app. The marker cluster is created as follow: ``` markerCluster = new MarkerClusterGroup({ spiderfyOnMaxZoom: false, showCoverageOnHover: false, disableClusteringAtZoom: this.maxZoom, }); ``` then is...