Overriding createBackBuffer in UTFGrid layer
This layer doesn't need to create a backbuffer.
This commit is contained in:
@@ -109,6 +109,12 @@ OpenLayers.Layer.UTFGrid = OpenLayers.Class(OpenLayers.Layer.XYZ, {
|
|||||||
utfgridResolution: this.utfgridResolution
|
utfgridResolution: this.utfgridResolution
|
||||||
}, this.tileOptions);
|
}, this.tileOptions);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Method: createBackBuffer
|
||||||
|
* The UTFGrid cannot create a back buffer, so this method is overriden.
|
||||||
|
*/
|
||||||
|
createBackBuffer: function() {},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIMethod: clone
|
* APIMethod: clone
|
||||||
|
|||||||
Reference in New Issue
Block a user