Layer loads should be handled by LayerRenderers, not the Map

This commit is contained in:
Tom Payne
2012-07-28 16:25:57 +02:00
parent 7144e7ad0b
commit 90a4fe9625
3 changed files with 18 additions and 11 deletions
+8
View File
@@ -80,6 +80,14 @@ ol.webgl.LayerRenderer.prototype.handleLayerHueChange = function() {
};
/**
* @inheritDoc
*/
ol.webgl.LayerRenderer.prototype.handleLayerLoad = function() {
this.dispatchChangeEvent();
};
/**
* @inheritDoc
*/