mirror of
https://github.com/Leaflet/Leaflet.markercluster.git
synced 2025-07-22 12:00:34 +00:00
Fix test
This commit is contained in:
@ -385,7 +385,7 @@ export var MarkerCluster = L.MarkerCluster = L.Marker.extend({
|
||||
for (i = childClusters.length - 1; i >= 0; i--) {
|
||||
c = childClusters[i];
|
||||
if (c._boundsNeedUpdate) {
|
||||
//c._recalculateBounds();
|
||||
c._recalculateBounds();
|
||||
}
|
||||
if (boundsToApplyTo.intersects(c._bounds)) {
|
||||
c._recursively(boundsToApplyTo, zoomLevelToStart, zoomLevelToStop, runAtEveryLevel, runAtBottomLevel);
|
||||
|
Reference in New Issue
Block a user