No need for handleLayerChange in base layer

This commit is contained in:
Tim Schaub
2013-12-11 01:23:51 -07:00
parent 8fbfac52d4
commit 858fe14163
2 changed files with 4 additions and 14 deletions
-10
View File
@@ -240,16 +240,6 @@ goog.exportProperty(
ol.layer.Base.prototype.getVisible);
/**
* @protected
*/
ol.layer.Base.prototype.handleLayerChange = function() {
if (this.getVisible() && this.getSourceState() == ol.source.State.READY) {
this.dispatchChangeEvent();
}
};
/**
* @protected
*/