Change class names in DOM renderer
This commit is contained in:
@@ -30,7 +30,7 @@ ol.renderer.dom.Map = function(container, map) {
|
||||
* @private
|
||||
*/
|
||||
this.layersPane_ = goog.dom.createElement(goog.dom.TagName.DIV);
|
||||
this.layersPane_.className = 'ol-layers-pane ol-unselectable';
|
||||
this.layersPane_.className = 'ol-layers ol-unselectable';
|
||||
var style = this.layersPane_.style;
|
||||
style.position = 'absolute';
|
||||
style.width = '100%';
|
||||
|
||||
Reference in New Issue
Block a user