Add projection option to ol.source.Zoomify

This commit is contained in:
Andreas Hocevar
2017-01-20 14:32:39 +01:00
parent 472ab00d24
commit 2e89ca3aa3
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -6695,6 +6695,7 @@ olx.source.CartoDBOptions.prototype.account;
* cacheSize: (number|undefined),
* crossOrigin: (null|string|undefined),
* logo: (string|olx.LogoOptions|undefined),
* projection: (ol.ProjectionLike|undefined),
* reprojectionErrorThreshold: (number|undefined),
* url: !string,
* tierSizeCalculation: (string|undefined),
@@ -6739,6 +6740,14 @@ olx.source.ZoomifyOptions.prototype.crossOrigin;
olx.source.ZoomifyOptions.prototype.logo;
/**
* Projection.
* @type {ol.ProjectionLike|undefined}
* @api
*/
olx.source.ZoomifyOptions.prototype.projection;
/**
* Maximum allowed reprojection error (in pixels). Default is `0.5`.
* Higher values can increase reprojection performance, but decrease precision.