Merge pull request #8602 from fredj/layer_map_opt_typedef
Add missing map property in ol/layer/Layer constructor options
This commit is contained in:
@@ -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,
|
* @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
|
* the source can be set by calling {@link module:ol/layer/Layer#setSource layer.setSource(source)} after
|
||||||
* construction.
|
* construction.
|
||||||
|
* @property {import("../PluggableMap.js").default} [map] Map.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user