Add @api stable annotations for olx.source.WMTSOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:38:21 +02:00
parent 96d91c684e
commit 895694e8e8

View File

@@ -4807,7 +4807,7 @@ olx.source.StaticVectorOptions.prototype.urls;
* maxZoom: (number|undefined), * maxZoom: (number|undefined),
* tileLoadFunction: (ol.TileLoadFunctionType|undefined), * tileLoadFunction: (ol.TileLoadFunctionType|undefined),
* urls: (Array.<string>|undefined)}} * urls: (Array.<string>|undefined)}}
* @api stable * @api
*/ */
olx.source.WMTSOptions; olx.source.WMTSOptions;
@@ -4815,7 +4815,7 @@ olx.source.WMTSOptions;
/** /**
* Attributions. * Attributions.
* @type {Array.<ol.Attribution>|undefined} * @type {Array.<ol.Attribution>|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.attributions; olx.source.WMTSOptions.prototype.attributions;
@@ -4823,7 +4823,7 @@ olx.source.WMTSOptions.prototype.attributions;
/** /**
* crossOrigin setting for image requests. * crossOrigin setting for image requests.
* @type {string|null|undefined} * @type {string|null|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.crossOrigin; olx.source.WMTSOptions.prototype.crossOrigin;
@@ -4831,7 +4831,7 @@ olx.source.WMTSOptions.prototype.crossOrigin;
/** /**
* Logo. * Logo.
* @type {string|olx.LogoOptions|undefined} * @type {string|olx.LogoOptions|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.logo; olx.source.WMTSOptions.prototype.logo;
@@ -4839,7 +4839,7 @@ olx.source.WMTSOptions.prototype.logo;
/** /**
* Tile grid. * Tile grid.
* @type {ol.tilegrid.WMTS} * @type {ol.tilegrid.WMTS}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.tileGrid; olx.source.WMTSOptions.prototype.tileGrid;
@@ -4855,7 +4855,7 @@ olx.source.WMTSOptions.prototype.projection;
/** /**
* Request encoding. * Request encoding.
* @type {ol.source.WMTSRequestEncoding|undefined} * @type {ol.source.WMTSRequestEncoding|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.requestEncoding; olx.source.WMTSOptions.prototype.requestEncoding;
@@ -4863,7 +4863,7 @@ olx.source.WMTSOptions.prototype.requestEncoding;
/** /**
* Layer. * Layer.
* @type {string} * @type {string}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.layer; olx.source.WMTSOptions.prototype.layer;
@@ -4871,7 +4871,7 @@ olx.source.WMTSOptions.prototype.layer;
/** /**
* Style. * Style.
* @type {string} * @type {string}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.style; olx.source.WMTSOptions.prototype.style;
@@ -4890,7 +4890,7 @@ olx.source.WMTSOptions.prototype.tilePixelRatio;
/** /**
* WMTS version. Default is `1.0.0`. * WMTS version. Default is `1.0.0`.
* @type {string|undefined} * @type {string|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.version; olx.source.WMTSOptions.prototype.version;
@@ -4898,7 +4898,7 @@ olx.source.WMTSOptions.prototype.version;
/** /**
* Image format. Default is `image/jpeg`. * Image format. Default is `image/jpeg`.
* @type {string|undefined} * @type {string|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.format; olx.source.WMTSOptions.prototype.format;
@@ -4906,7 +4906,7 @@ olx.source.WMTSOptions.prototype.format;
/** /**
* Matrix set. * Matrix set.
* @type {string} * @type {string}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.matrixSet; olx.source.WMTSOptions.prototype.matrixSet;
@@ -4914,7 +4914,7 @@ olx.source.WMTSOptions.prototype.matrixSet;
/** /**
* Dimensions. * Dimensions.
* @type {Object|undefined} * @type {Object|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.dimensions; olx.source.WMTSOptions.prototype.dimensions;
@@ -4922,7 +4922,7 @@ olx.source.WMTSOptions.prototype.dimensions;
/** /**
* URL. * URL.
* @type {string|undefined} * @type {string|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.url; olx.source.WMTSOptions.prototype.url;
@@ -4946,7 +4946,7 @@ olx.source.WMTSOptions.prototype.tileLoadFunction;
/** /**
* Urls. * Urls.
* @type {Array.<string>|undefined} * @type {Array.<string>|undefined}
* @api * @api stable
*/ */
olx.source.WMTSOptions.prototype.urls; olx.source.WMTSOptions.prototype.urls;