Merge pull request #1120 from bbinet/overlay-stop-events

Configurable event propagation for overlays
This commit is contained in:
Bruno Binet
2013-10-11 07:13:31 -07:00
6 changed files with 41 additions and 10 deletions

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`.
*/
/**