Remove olx.source.WMTSOptions#maxZoom option
The option is not handled by `ol.source.WMTS`
This commit is contained in:
@@ -5903,7 +5903,6 @@ olx.source.VectorOptions.prototype.wrapX;
|
|||||||
* matrixSet: string,
|
* matrixSet: string,
|
||||||
* dimensions: (!Object|undefined),
|
* dimensions: (!Object|undefined),
|
||||||
* url: (string|undefined),
|
* url: (string|undefined),
|
||||||
* maxZoom: (number|undefined),
|
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||||
* urls: (Array.<string>|undefined),
|
* urls: (Array.<string>|undefined),
|
||||||
* tileClass: (function(new: ol.ImageTile, ol.TileCoord,
|
* tileClass: (function(new: ol.ImageTile, ol.TileCoord,
|
||||||
@@ -6064,14 +6063,6 @@ olx.source.WMTSOptions.prototype.dimensions;
|
|||||||
olx.source.WMTSOptions.prototype.url;
|
olx.source.WMTSOptions.prototype.url;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Maximum zoom.
|
|
||||||
* @type {number|undefined}
|
|
||||||
* @api
|
|
||||||
*/
|
|
||||||
olx.source.WMTSOptions.prototype.maxZoom;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional function to load a tile given a URL. The default is
|
* Optional function to load a tile given a URL. The default is
|
||||||
* ```js
|
* ```js
|
||||||
|
|||||||
Reference in New Issue
Block a user