diff --git a/src/map/Map.Popup.js b/src/map/Map.Popup.js index e4900a7c..66a81053 100644 --- a/src/map/Map.Popup.js +++ b/src/map/Map.Popup.js @@ -1,6 +1,7 @@ L.Map.include({ openPopup: function(popup) { + this.closePopup(); this._popup = popup; this.addLayer(popup); },