setting top and left to 0 is not necessary
This commit is contained in:
@@ -85,8 +85,6 @@ ol.dom.Map.prototype.createLayerRenderer = function(layer) {
|
|||||||
layerPane.style.position = 'absolute';
|
layerPane.style.position = 'absolute';
|
||||||
layerPane.style.width = '100%';
|
layerPane.style.width = '100%';
|
||||||
layerPane.style.height = '100%';
|
layerPane.style.height = '100%';
|
||||||
layerPane.style.top = 0 + 'px';
|
|
||||||
layerPane.style.left = 0 + 'px';
|
|
||||||
this.layersPane_.appendChild(layerPane);
|
this.layersPane_.appendChild(layerPane);
|
||||||
|
|
||||||
var layerRenderer = new ol.dom.TileLayerRenderer(this, layer, layerPane);
|
var layerRenderer = new ol.dom.TileLayerRenderer(this, layer, layerPane);
|
||||||
|
|||||||
Reference in New Issue
Block a user