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
+9
View File
@@ -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}