Document map DOM elements

This commit is contained in:
Peter Robins
2014-07-12 19:58:40 +00:00
parent 59fe635b46
commit be09368359
3 changed files with 14 additions and 3 deletions
+2 -1
View File
@@ -258,7 +258,8 @@ olx.OverlayOptions.prototype.positioning;
/**
* Whether event propagation to the map viewport should be stopped. Default is
* `true`. If `true` the overlay is placed in the same container as that of the
* controls (`ol-overlaycontainer-stopevent`).
* controls (CSS class name `ol-overlaycontainer-stopevent`); if `false` it is
* placed in the container with CSS class name `ol-overlaycontainer`.
* @type {boolean|undefined}
*/
olx.OverlayOptions.prototype.stopEvent;