Export ol.style.Text
This commit is contained in:
@@ -642,6 +642,15 @@
|
|||||||
* @todo stability experimental
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {Object} ol.style.TextOptions
|
||||||
|
* @property {string|undefined} font Font.
|
||||||
|
* @property {string|undefined} text Text.
|
||||||
|
* @property {string|undefined} textAlign Text alignment.
|
||||||
|
* @property {string|undefined} textBaseline Text base line.
|
||||||
|
* @todo stability experimental
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} ol.tilegrid.TileGridOptions
|
* @typedef {Object} ol.tilegrid.TileGridOptions
|
||||||
* @property {number|undefined} minZoom Minimum zoom.
|
* @property {number|undefined} minZoom Minimum zoom.
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
@exportClass ol.style.Text ol.style.TextOptions
|
||||||
@@ -1,15 +1,6 @@
|
|||||||
goog.provide('ol.style.Text');
|
goog.provide('ol.style.Text');
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {{font: (string|undefined),
|
|
||||||
* text: (string|undefined),
|
|
||||||
* textAlign: (string|undefined),
|
|
||||||
* textBaseline: (string|undefined)}}
|
|
||||||
*/
|
|
||||||
ol.style.TextOptions;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user