Fix overlay z-index issue in popup example

This commit is contained in:
Bruno Binet
2013-10-11 13:51:14 +02:00
committed by Éric Lemoine
parent 71097d9cfc
commit 86cfdf4da7

View File

@@ -32,7 +32,8 @@ closer.onclick = function() {
*/
var overlay = new ol.Overlay({
element: container,
stopEvent: true
stopEvent: true,
insertFirst: true
});