The imageExtent option is required

This commit is contained in:
Tim Schaub
2014-10-05 08:42:47 -06:00
parent 389d36e4bd
commit 63f126a528

View File

@@ -4524,7 +4524,7 @@ olx.source.StamenOptions.prototype.url;
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* crossOrigin: (null|string|undefined),
* imageExtent: (ol.Extent|undefined),
* imageExtent: (ol.Extent),
* imageSize: (ol.Size|undefined),
* logo: (string|olx.LogoOptions|undefined),
* projection: ol.proj.ProjectionLike,
@@ -4552,7 +4552,7 @@ olx.source.ImageStaticOptions.prototype.crossOrigin;
/**
* Extent of the image.
* @type {ol.Extent|undefined}
* @type {ol.Extent}
* @api stable
*/
olx.source.ImageStaticOptions.prototype.imageExtent;