Remove map from OverlayOptions

This commit is contained in:
Éric Lemoine
2013-09-02 14:14:04 +02:00
parent dd4b2e3e88
commit 7e25ecb3dc
6 changed files with 27 additions and 28 deletions

View File

@@ -60,7 +60,6 @@
* Object literal with config options for the overlay.
* @typedef {Object} ol.OverlayOptions
* @property {Element|undefined} element The overlay element.
* @property {ol.Map|undefined} map The map to overlay onto.
* @property {ol.Coordinate|undefined} position The overlay position in map
* projection.
* @property {ol.OverlayPositioning|undefined} positioning Positioning.