Add support for custom tile size to Zoomify layer.

https://github.com/openlayers/openlayers/issues/6608
This commit is contained in:
Lasse Laakkonen
2017-10-19 15:38:00 +03:00
parent 0e9bd75bc6
commit e41693816a
4 changed files with 35 additions and 11 deletions
+9
View File
@@ -7326,6 +7326,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}