Add missing map property in ol/layer/Layer constructor options

This commit is contained in:
Frederic Junod
2018-09-07 09:05:04 +02:00
parent 9b2dc88151
commit 3c05e09189

View File

@@ -29,6 +29,7 @@ import SourceState from '../source/State.js';
* @property {import("../source/Source.js").default} [source] Source for this layer. If not provided to the constructor,
* the source can be set by calling {@link module:ol/layer/Layer#setSource layer.setSource(source)} after
* construction.
* @property {import("../PluggableMap.js").default} [map] Map.
*/