From 7a43a667ce9d75e8b75889ba983d74640adad048 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 8 Jun 2016 08:49:48 +0200 Subject: [PATCH] Remove olx.source.TileWMSOptions#maxZoom option --- externs/olx.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 27e449d199..4f1d6f5f07 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -5598,7 +5598,6 @@ olx.source.TileJSONOptions.prototype.wrapX; * hidpi: (boolean|undefined), * logo: (string|olx.LogoOptions|undefined), * tileGrid: (ol.tilegrid.TileGrid|undefined), - * maxZoom: (number|undefined), * projection: ol.ProjectionLike, * reprojectionErrorThreshold: (number|undefined), * serverType: (ol.source.wms.ServerType|string|undefined), @@ -5692,14 +5691,6 @@ olx.source.TileWMSOptions.prototype.logo; olx.source.TileWMSOptions.prototype.tileGrid; -/** - * Maximum zoom. - * @type {number|undefined} - * @api - */ -olx.source.TileWMSOptions.prototype.maxZoom; - - /** * Projection. * @type {ol.ProjectionLike}