Add missing olx.source.XYZOptions#opaque property

This commit is contained in:
Frederic Junod
2016-02-10 14:02:12 +01:00
parent 95fd0e177f
commit 332d6e9d5c

View File

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