Remove olx.source.TileWMSOptions#maxZoom option
This commit is contained in:
@@ -5598,7 +5598,6 @@ olx.source.TileJSONOptions.prototype.wrapX;
|
|||||||
* hidpi: (boolean|undefined),
|
* hidpi: (boolean|undefined),
|
||||||
* logo: (string|olx.LogoOptions|undefined),
|
* logo: (string|olx.LogoOptions|undefined),
|
||||||
* tileGrid: (ol.tilegrid.TileGrid|undefined),
|
* tileGrid: (ol.tilegrid.TileGrid|undefined),
|
||||||
* maxZoom: (number|undefined),
|
|
||||||
* projection: ol.ProjectionLike,
|
* projection: ol.ProjectionLike,
|
||||||
* reprojectionErrorThreshold: (number|undefined),
|
* reprojectionErrorThreshold: (number|undefined),
|
||||||
* serverType: (ol.source.wms.ServerType|string|undefined),
|
* serverType: (ol.source.wms.ServerType|string|undefined),
|
||||||
@@ -5692,14 +5691,6 @@ olx.source.TileWMSOptions.prototype.logo;
|
|||||||
olx.source.TileWMSOptions.prototype.tileGrid;
|
olx.source.TileWMSOptions.prototype.tileGrid;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Maximum zoom.
|
|
||||||
* @type {number|undefined}
|
|
||||||
* @api
|
|
||||||
*/
|
|
||||||
olx.source.TileWMSOptions.prototype.maxZoom;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Projection.
|
* Projection.
|
||||||
* @type {ol.ProjectionLike}
|
* @type {ol.ProjectionLike}
|
||||||
|
|||||||
Reference in New Issue
Block a user