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
+3 -3
View File
@@ -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;