From 93a98337d87f4db4b0b2a6ddacfa89187926ea23 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 7 Jun 2016 15:23:14 +0200 Subject: [PATCH] Remove olx.source.WMTSOptions#maxZoom option The option is not handled by `ol.source.WMTS` --- externs/olx.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index ea8cc2fb2e..27e449d199 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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.|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