Shared module for overlay positioning enum

This commit is contained in:
Tim Schaub
2016-12-27 13:57:55 -07:00
parent 7ee52f413d
commit 9ddee2ea4e
4 changed files with 41 additions and 39 deletions

View File

@@ -338,7 +338,7 @@ olx.AtPixelOptions.prototype.hitTolerance;
* element: (Element|undefined),
* offset: (Array.<number>|undefined),
* position: (ol.Coordinate|undefined),
* positioning: (ol.Overlay.Positioning|string|undefined),
* positioning: (ol.OverlayPositioning|string|undefined),
* stopEvent: (boolean|undefined),
* insertFirst: (boolean|undefined),
* autoPan: (boolean|undefined),
@@ -389,7 +389,7 @@ olx.OverlayOptions.prototype.position;
* property. Possible values are `'bottom-left'`, `'bottom-center'`,
* `'bottom-right'`, `'center-left'`, `'center-center'`, `'center-right'`,
* `'top-left'`, `'top-center'`, and `'top-right'`. Default is `'top-left'`.
* @type {ol.Overlay.Positioning|string|undefined}
* @type {ol.OverlayPositioning|string|undefined}
* @api stable
*/
olx.OverlayOptions.prototype.positioning;