Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIIF Image API not supported #62

Closed
cmahnke opened this issue Aug 4, 2020 · 2 comments
Closed

IIIF Image API not supported #62

cmahnke opened this issue Aug 4, 2020 · 2 comments

Comments

@cmahnke
Copy link

cmahnke commented Aug 4, 2020

Currently the IIIF Image API isn't supported. If one passes a info.json file generated by iiif_static.py there is just an exception.
The fact that there is just an exception but no error message is another issue...

TypeError: Cannot read property '0' of undefined
    at Ue.canvases (tify.js:12)
    at Kr.get (tify.js:12)
    at Kr.evaluate (tify.js:12)
    at Ue.canvases (tify.js:7)
    at s.hasOtherContent (tify.js:12)
    at Kr.get (tify.js:12)
    at Kr.evaluate (tify.js:12)
    at s.hasOtherContent (tify.js:7)
    at s.i (tify.js:12)
    at s.t._render (tify.js:12)
@ipf
Copy link
Contributor

ipf commented Aug 6, 2020

Currently TIFY only supports the IIIF Presentation API. For having a viewer consuming only the Image API I recomment https://github.com/mejackreed/Leaflet-IIIF

@ipf ipf closed this as completed Aug 12, 2020
@cmahnke
Copy link
Author

cmahnke commented Aug 26, 2020

For the use case of presenting singe images via IIIF Image API OpenLayers is far better suited since it's better documented and has everything included, no plugins needed for IIIF, fullscreen and rotation. You get better results faster (compared to Leaflet)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants