This commit is contained in:
danzel
2012-09-06 15:32:47 +12:00
parent b0174aa1a1
commit fc881ba769
+2
View File
@@ -321,6 +321,8 @@ L.MarkerClusterGroup.include({
this._map.off('click', this._unspiderfyWrapper, this);
this._map.off('zoomstart', this._unspiderfyZoomStart, this);
this._map.off('zoomanim', this._unspiderfyZoomAnim, this);
this._unspiderfy(); //Ensure that markers are back where they should be
},