dom.LayerRenderer.handleLayerLoad addition

This commit is contained in:
Éric Lemoine
2012-08-21 21:23:45 +02:00
parent 95a2b3845c
commit 3afe799cf3

View File

@@ -45,6 +45,14 @@ ol.dom.LayerRenderer.prototype.getMapRenderer = function() {
};
/**
* @inheritDoc
*/
ol.dom.LayerRenderer.prototype.handleLayerLoad = function() {
this.getMap().render();
};
/**
* @inheritDoc
*/