diff --git a/src/control/Control.Zoom.js b/src/control/Control.Zoom.js index 91f1efff..e4a7dbb5 100644 --- a/src/control/Control.Zoom.js +++ b/src/control/Control.Zoom.js @@ -18,7 +18,7 @@ L.Control.Zoom = L.Control.extend({ this._zoomOutButton = this._createButton( '-', 'Zoom out', zoomName + '-out', container, this._zoomOut, this); - map.on('zoomend', this._updateDisabled, this); + map.on('zoomend baselayerchange', this._updateDisabled, this); return container; },