give a class to the back buffer
This commit is contained in:
@@ -452,6 +452,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
|||||||
if(this.grid.length > 0) {
|
if(this.grid.length > 0) {
|
||||||
var backBuffer = document.createElement('div');
|
var backBuffer = document.createElement('div');
|
||||||
backBuffer.id = this.div.id + '_bb';
|
backBuffer.id = this.div.id + '_bb';
|
||||||
|
backBuffer.className = 'olBackBuffer';
|
||||||
backBuffer.style.position = 'absolute';
|
backBuffer.style.position = 'absolute';
|
||||||
backBuffer.style.width = '100%';
|
backBuffer.style.width = '100%';
|
||||||
backBuffer.style.height = '100%';
|
backBuffer.style.height = '100%';
|
||||||
|
|||||||
Reference in New Issue
Block a user