Overlay stopEvent and insertFirst default to true
This commit is contained in:
@@ -31,9 +31,7 @@ closer.onclick = function() {
|
||||
* Create an overlay to anchor the popup to the map.
|
||||
*/
|
||||
var overlay = new ol.Overlay({
|
||||
element: container,
|
||||
stopEvent: true,
|
||||
insertFirst: true
|
||||
element: container
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user