Add missing olx.source.XYZOptions#opaque property
This commit is contained in:
@@ -5855,6 +5855,7 @@ olx.source.WMTSOptions.prototype.wrapX;
|
|||||||
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
|
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
|
||||||
* crossOrigin: (null|string|undefined),
|
* crossOrigin: (null|string|undefined),
|
||||||
* logo: (string|olx.LogoOptions|undefined),
|
* logo: (string|olx.LogoOptions|undefined),
|
||||||
|
* opaque: (boolean|undefined),
|
||||||
* projection: ol.proj.ProjectionLike,
|
* projection: ol.proj.ProjectionLike,
|
||||||
* reprojectionErrorThreshold: (number|undefined),
|
* reprojectionErrorThreshold: (number|undefined),
|
||||||
* maxZoom: (number|undefined),
|
* maxZoom: (number|undefined),
|
||||||
@@ -5900,6 +5901,14 @@ olx.source.XYZOptions.prototype.crossOrigin;
|
|||||||
olx.source.XYZOptions.prototype.logo;
|
olx.source.XYZOptions.prototype.logo;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether the layer is opaque.
|
||||||
|
* @type {boolean|undefined}
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
olx.source.XYZOptions.prototype.opaque;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Projection. Default is `EPSG:3857`.
|
* Projection. Default is `EPSG:3857`.
|
||||||
* @type {ol.proj.ProjectionLike}
|
* @type {ol.proj.ProjectionLike}
|
||||||
|
|||||||
Reference in New Issue
Block a user