Overlay stopEvent and insertFirst default to true
This commit is contained in:
@@ -65,7 +65,8 @@ var element = document.getElementById('popup');
|
||||
|
||||
var popup = new ol.Overlay({
|
||||
element: element,
|
||||
positioning: ol.OverlayPositioning.BOTTOM_CENTER
|
||||
positioning: ol.OverlayPositioning.BOTTOM_CENTER,
|
||||
stopEvent: false
|
||||
});
|
||||
map.addOverlay(popup);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user