Add @api stable annotations for olx.source.StamenOptions
This commit is contained in:
+3
-3
@@ -4278,7 +4278,7 @@ olx.source.ImageWMSOptions.prototype.url;
|
|||||||
* opaque: (boolean|undefined),
|
* opaque: (boolean|undefined),
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||||
* url: (string|undefined)}}
|
* url: (string|undefined)}}
|
||||||
* @api stable
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.source.StamenOptions;
|
olx.source.StamenOptions;
|
||||||
|
|
||||||
@@ -4286,7 +4286,7 @@ olx.source.StamenOptions;
|
|||||||
/**
|
/**
|
||||||
* Layer.
|
* Layer.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.StamenOptions.prototype.layer;
|
olx.source.StamenOptions.prototype.layer;
|
||||||
|
|
||||||
@@ -4326,7 +4326,7 @@ olx.source.StamenOptions.prototype.tileLoadFunction;
|
|||||||
/**
|
/**
|
||||||
* URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders.
|
* URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders.
|
||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.StamenOptions.prototype.url;
|
olx.source.StamenOptions.prototype.url;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user