diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index 7d2dd19ef..ed8d2c68b 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -209,6 +209,10 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({ } } + this.eachLayer(function (marker) { + delete marker.__parent; + }); + if (this._map) { //Reset _topClusterLevel and the DistanceGrids this._generateInitialClusters();