Change class names in DOM renderer

This commit is contained in:
Éric Lemoine
2013-01-29 10:24:25 +01:00
parent 43fe004917
commit 8713e84821
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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%';