The imageExtent option is required

This commit is contained in:
Tim Schaub
2014-10-05 08:42:47 -06:00
parent 389d36e4bd
commit 63f126a528
+2 -2
View File
@@ -4524,7 +4524,7 @@ olx.source.StamenOptions.prototype.url;
/** /**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined), * @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* crossOrigin: (null|string|undefined), * crossOrigin: (null|string|undefined),
* imageExtent: (ol.Extent|undefined), * imageExtent: (ol.Extent),
* imageSize: (ol.Size|undefined), * imageSize: (ol.Size|undefined),
* logo: (string|olx.LogoOptions|undefined), * logo: (string|olx.LogoOptions|undefined),
* projection: ol.proj.ProjectionLike, * projection: ol.proj.ProjectionLike,
@@ -4552,7 +4552,7 @@ olx.source.ImageStaticOptions.prototype.crossOrigin;
/** /**
* Extent of the image. * Extent of the image.
* @type {ol.Extent|undefined} * @type {ol.Extent}
* @api stable * @api stable
*/ */
olx.source.ImageStaticOptions.prototype.imageExtent; olx.source.ImageStaticOptions.prototype.imageExtent;