Remove olx.source.WMTSOptions#maxZoom option

The option is not handled by `ol.source.WMTS`
This commit is contained in:
Frederic Junod
2016-06-07 15:23:14 +02:00
parent 65c8eba59b
commit 93a98337d8

View File

@@ -5903,7 +5903,6 @@ olx.source.VectorOptions.prototype.wrapX;
* matrixSet: string,
* dimensions: (!Object|undefined),
* url: (string|undefined),
* maxZoom: (number|undefined),
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
* urls: (Array.<string>|undefined),
* tileClass: (function(new: ol.ImageTile, ol.TileCoord,
@@ -6064,14 +6063,6 @@ olx.source.WMTSOptions.prototype.dimensions;
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
* ```js