Module type for ol.PluggableMap

This commit is contained in:
Frederic Junod
2018-03-26 10:45:28 +02:00
parent 1bd8bf5ac0
commit b08edd8dfe
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import Layer from '../layer/Layer.js';
* visible.
* @property {number} [maxResolution] The maximum resolution (exclusive) below which this layer will
* be visible.
* @property {ol.PluggableMap} [map] Sets the layer as overlay on a map. The map will not manage
* @property {module:ol/PluggableMap~PluggableMap} [map] Sets the layer as overlay on a map. The map will not manage
* this layer in its layers collection, and the layer will be rendered on top. This is useful for
* temporary layers. The standard way to add a layer to a map and have it managed by the map is to
* use {@link ol.Map#addLayer}.