Add stopEvent option in ol.OverlayOptions typedef

This commit is contained in:
Bruno Binet
2013-10-11 11:07:08 +02:00
parent 0af2ac60d6
commit 8c8dbe2ece

View File

@@ -72,6 +72,8 @@
* @property {ol.Coordinate|undefined} position The overlay position in map
* projection.
* @property {ol.OverlayPositioning|undefined} positioning Positioning.
* @property {boolean|undefined} stopEvent Whether event propagation to the map
* should be stopped. Default is `false`.
*/
/**