apply patch-3531-A0.diff from trac ticket #3531
This commit is contained in:
@@ -536,6 +536,8 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
// the layerContainerDiv is the one that holds all the layers
|
||||
id = this.id + "_OpenLayers_Container";
|
||||
this.layerContainerDiv = OpenLayers.Util.createDiv(id);
|
||||
this.layerContainerDiv.style.width = '100px';
|
||||
this.layerContainerDiv.style.height = '100px';
|
||||
this.layerContainerDiv.style.zIndex=this.Z_INDEX_BASE['Popup']-1;
|
||||
|
||||
this.eventsDiv.appendChild(this.layerContainerDiv);
|
||||
|
||||
Reference in New Issue
Block a user