Add TilePixelRatio to Zoomify

This commit is contained in:
Vincent Lecrubier
2019-01-12 13:23:18 +01:00
committed by GitHub
parent e6ca241a27
commit 37b1cca027

View File

@@ -244,6 +244,7 @@ class Zoomify extends TileImage {
cacheSize: options.cacheSize,
crossOrigin: options.crossOrigin,
projection: options.projection,
tilePixelRatio: options.tilePixelRatio,
reprojectionErrorThreshold: options.reprojectionErrorThreshold,
tileClass: ZoomifyTileClass,
tileGrid: tileGrid,