Merge pull request #7379 from lasselaakkonen/6608-zoomify-custom-tile-size

Add support for custom tile size to Zoomify source
This commit is contained in:
Andreas Hocevar
2017-10-31 10:50:37 +01:00
committed by GitHub
3 changed files with 53 additions and 22 deletions
+11 -1
View File
@@ -7233,7 +7233,8 @@ olx.source.CartoDBOptions.prototype.account;
* url: !string,
* tierSizeCalculation: (string|undefined),
* size: ol.Size,
* transition: (number|undefined)}}
* transition: (number|undefined),
* tileSize: (number|undefined)}}
*/
olx.source.ZoomifyOptions;
@@ -7333,6 +7334,15 @@ olx.source.ZoomifyOptions.prototype.size;
olx.source.ZoomifyOptions.prototype.transition;
/**
* Tile size. Same tile size is used for all zoom levels. Default value is
* `OpenLayers.DEFAULT_TILE_SIZE`.
* @type {number|undefined}
* @api
*/
olx.source.ZoomifyOptions.prototype.tileSize;
/**
* Namespace.
* @type {Object}