Add overlay-related methods to ol.Map

This commit is contained in:
Éric Lemoine
2013-09-02 14:12:54 +02:00
parent fdc70f3c30
commit dd4b2e3e88
3 changed files with 70 additions and 0 deletions

View File

@@ -47,6 +47,8 @@
* Controls initially added to the map.
* @property {ol.Collection|undefined} interactions Interactions.
* @property {Array.<ol.layer.LayerBase>|ol.Collection|undefined} layers Layers.
* @property {ol.Collection|Array.<ol.Overlay>|undefined} overlays
* Overlays initially added to the map.
* @property {ol.RendererHint|undefined} renderer Renderer.
* @property {Array.<ol.RendererHint>|undefined} renderers Renderers.
* @property {Element|string|undefined} target The container for the map.