Add @api stable annotations for olx.source.TileWMSOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:29:37 +02:00
parent 328f049d04
commit 3ee72c35a6

View File

@@ -4508,7 +4508,7 @@ olx.source.TileJSONOptions.prototype.url;
* tileLoadFunction: (ol.TileLoadFunctionType|undefined), * tileLoadFunction: (ol.TileLoadFunctionType|undefined),
* url: (string|undefined), * url: (string|undefined),
* urls: (Array.<string>|undefined)}} * urls: (Array.<string>|undefined)}}
* @api stable * @api
*/ */
olx.source.TileWMSOptions; olx.source.TileWMSOptions;
@@ -4516,7 +4516,7 @@ olx.source.TileWMSOptions;
/** /**
* Attributions. * Attributions.
* @type {Array.<ol.Attribution>|undefined} * @type {Array.<ol.Attribution>|undefined}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.attributions; olx.source.TileWMSOptions.prototype.attributions;
@@ -4526,7 +4526,7 @@ olx.source.TileWMSOptions.prototype.attributions;
* `''` by default. `VERSION` is `1.3.0` by default. `WIDTH`, `HEIGHT`, `BBOX` * `''` by default. `VERSION` is `1.3.0` by default. `WIDTH`, `HEIGHT`, `BBOX`
* and `CRS` (`SRS` for WMS version < 1.3.0) will be set dynamically. * and `CRS` (`SRS` for WMS version < 1.3.0) will be set dynamically.
* @type {Object.<string,*>} * @type {Object.<string,*>}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.params; olx.source.TileWMSOptions.prototype.params;
@@ -4534,7 +4534,7 @@ olx.source.TileWMSOptions.prototype.params;
/** /**
* crossOrigin setting for image requests. * crossOrigin setting for image requests.
* @type {null|string|undefined} * @type {null|string|undefined}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.crossOrigin; olx.source.TileWMSOptions.prototype.crossOrigin;
@@ -4549,7 +4549,7 @@ olx.source.TileWMSOptions.prototype.crossOrigin;
* example, MapServer has a `tile_map_edge_buffer` configuration parameter for * example, MapServer has a `tile_map_edge_buffer` configuration parameter for
* this. See http://mapserver.org/output/tile_mode.html. * this. See http://mapserver.org/output/tile_mode.html.
* @type {number|undefined} * @type {number|undefined}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.gutter; olx.source.TileWMSOptions.prototype.gutter;
@@ -4566,7 +4566,7 @@ olx.source.TileWMSOptions.prototype.hidpi;
/** /**
* Logo. * Logo.
* @type {string|olx.LogoOptions|undefined} * @type {string|olx.LogoOptions|undefined}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.logo; olx.source.TileWMSOptions.prototype.logo;
@@ -4578,7 +4578,7 @@ olx.source.TileWMSOptions.prototype.logo;
* extent, the grid will be based on that; if not, a grid based on a global * extent, the grid will be based on that; if not, a grid based on a global
* extent with origin at 0,0 will be used. * extent with origin at 0,0 will be used.
* @type {ol.tilegrid.TileGrid|undefined} * @type {ol.tilegrid.TileGrid|undefined}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.tileGrid; olx.source.TileWMSOptions.prototype.tileGrid;
@@ -4619,7 +4619,7 @@ olx.source.TileWMSOptions.prototype.tileLoadFunction;
/** /**
* WMS service URL. * WMS service URL.
* @type {string|undefined} * @type {string|undefined}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.url; olx.source.TileWMSOptions.prototype.url;
@@ -4628,7 +4628,7 @@ olx.source.TileWMSOptions.prototype.url;
* WMS service urls. Use this instead of `url` when the WMS supports multiple * WMS service urls. Use this instead of `url` when the WMS supports multiple
* urls for GetMap requests. * urls for GetMap requests.
* @type {Array.<string>|undefined} * @type {Array.<string>|undefined}
* @api * @api stable
*/ */
olx.source.TileWMSOptions.prototype.urls; olx.source.TileWMSOptions.prototype.urls;