Add @api stable annotations for ol.source.Stamen

This commit is contained in:
Éric Lemoine
2014-08-18 18:14:15 +02:00
parent 16359b8af0
commit e9c2e72000
2 changed files with 2 additions and 2 deletions

View File

@@ -4278,7 +4278,7 @@ olx.source.ImageWMSOptions.prototype.url;
* opaque: (boolean|undefined),
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
* url: (string|undefined)}}
* @api
* @api stable
*/
olx.source.StamenOptions;

View File

@@ -85,7 +85,7 @@ ol.source.StamenProviderConfig = {
* @constructor
* @extends {ol.source.XYZ}
* @param {olx.source.StamenOptions} options Stamen options.
* @api
* @api stable
*/
ol.source.Stamen = function(options) {