0

Can we make OpenSeaDragon IIIF Viewer work with manifests json? Is Mirador the only option or can we use something else and make OpenSeaDragon work?

I have a manifest.json https://api.bl.uk/metadata/iiif/ark:/81055/vdc_00000004216E/manifest.json and I am trying to use OpenSeaDragon to view it, but it gives me error "No TileSource was able to open".

const source = new TileSource({
url: imageUrl1
})

source && source.addHandler('ready', (event) => {
const viewer = new Viewer({
element: imageElementRef.current,
prefixUrl: '//openseadragon.github.io/openseadragon/images/',
tileSources: [event.tileSource],
showRotationControl: false
})
})
keerti
  • 245
  • 5
  • 19
  • As far as I know, it's not possible directly in OpenSeadragon, but this feature certainly seems worth exploring! If you are interested in looking into adding the feature, please file an issue over at https://github.com/openseadragon/openseadragon/issues – iangilman Dec 15 '22 at 22:06

0 Answers0