Add @api stable annotations for olx.source.StamenOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:26:35 +02:00
parent 6bbb699771
commit 6724e1520f

View File

@@ -4278,7 +4278,7 @@ olx.source.ImageWMSOptions.prototype.url;
* opaque: (boolean|undefined),
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
* url: (string|undefined)}}
* @api stable
* @api
*/
olx.source.StamenOptions;
@@ -4286,7 +4286,7 @@ olx.source.StamenOptions;
/**
* Layer.
* @type {string}
* @api
* @api stable
*/
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.
* @type {string|undefined}
* @api
* @api stable
*/
olx.source.StamenOptions.prototype.url;