Remove olx.source.TileWMSOptions#maxZoom option

This commit is contained in:
Frederic Junod
2016-06-08 08:49:48 +02:00
parent 1b662ff048
commit 7a43a667ce

View File

@@ -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}