Module type for ol.layer.Base

This commit is contained in:
Frederic Junod
2018-03-26 10:41:29 +02:00
parent 813c009912
commit 4580bd15c5

View File

@@ -27,7 +27,7 @@ import SourceState from '../source/State.js';
* visible.
* @property {number} [maxResolution] The maximum resolution (exclusive) below which this layer will
* be visible.
* @property {(Array.<ol.layer.Base>|module:ol/Collection~Collection.<ol.layer.Base>)} [layers] Child layers.
* @property {(Array.<module:ol/layer/Base~BaseLayer>|module:ol/Collection~Collection.<module:ol/layer/Base~BaseLayer>)} [layers] Child layers.
*/