Add @api stable annotations for ol.source.Stamen
This commit is contained in:
+1
-1
@@ -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
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.StamenOptions;
|
olx.source.StamenOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ ol.source.StamenProviderConfig = {
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.XYZ}
|
* @extends {ol.source.XYZ}
|
||||||
* @param {olx.source.StamenOptions} options Stamen options.
|
* @param {olx.source.StamenOptions} options Stamen options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.Stamen = function(options) {
|
ol.source.Stamen = function(options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user