diff --git a/examples/popup.js b/examples/popup.js index 944b5b8b8b..5e012f07f9 100644 --- a/examples/popup.js +++ b/examples/popup.js @@ -31,7 +31,8 @@ closer.onclick = function() { * Create an overlay to anchor the popup to the map. */ var overlay = new ol.Overlay({ - element: container + element: container, + stopEvent: true });