You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
* A positive value shifts the overlay down. Default is `[0, 0]`.
205
205
* @property {ol.Coordinate | undefined} position The overlay position in map projection.
206
206
* @property {ol.OverlayPositioning | string | undefined} positioning Defines how the overlay is actually positioned with respect to its position property.
207
-
* Possible values are `'bottom-left', 'bottom-center', 'bottom-right', 'center-left',
208
-
* 'center-center', 'center-right', 'top-left', 'top-center', and 'top-right'.
209
-
* Default is 'top-left'`.
207
+
* Possible values are `bottom-left`, `bottom-center`, `bottom-right`, `center-left`,
208
+
* `center-center`, `center-right`, `top-left`, `top-center`, and `top-right`.
209
+
* Default is `top-left`.
210
210
* @property {boolean | undefined} stopEvent Whether event propagation to the map viewport should be stopped. Default is `true`.
211
211
* If true the overlay is placed in the same container as that of the controls (CSS class name `ol-overlaycontainer-stopevent`);
212
212
* if false it is placed in the container with CSS class name `ol-overlaycontainer`.
213
213
* @property {boolean | undefined} insertFirst Whether the overlay is inserted first in the overlay container, or appended.
214
214
* Default is `true`. If the overlay is placed in the same container as that of the controls
215
-
* (see the stopEvent option) you will probably set `insertFirst` to true so the overlay is displayed below the controls.
216
-
* @property {boolean | undefined} autoPan If set to true the map is panned when calling setPosition, so that the overlay is entirely visible in the current viewport.
215
+
* (see the `stopEvent` option) you will probably set `insertFirst` to true so the overlay is displayed below the controls.
216
+
* @property {boolean | undefined} autoPan If set to `true` the map is panned when calling `setPosition`, so that the overlay is entirely visible in the current viewport.
217
217
* The default is `true`.
218
218
* @property {olx.animation.PanOptions | undefined} autoPanAnimation The options used to create a `ol.animation.pan` animation.
219
219
* This animation is only used when `autoPan` is enabled.
0 commit comments