Adjust event propagation for popup example

This commit is contained in:
Bruno Binet
2013-10-11 11:17:34 +02:00
parent 2d0fdfdd87
commit 623b2fab14

View File

@@ -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
});