Example of how to display zoomify image pyramids in deck.gl. See ZoomifyTileLayer.ts for details.
Run yarn dev
for example
required props:
- data: templated url for tiles g = tilegroup
- height: image height
- width: image width
optional:
- tileSize: defaults to 256
all other props passed to TileLayer
<ZoomifyTileLayer
data='/tiles/{g}/{z}-{x}-{y}.jpg'
id='zoomify-tile-layer'
height={4032}
width={3024}
/>