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

Thumbnail requests always seem to expect Image API 2.0 or above. #145

Closed
mattmcgrattan opened this issue Sep 15, 2015 · 1 comment
Closed

Comments

@mattmcgrattan
Copy link

I have a manifest which has content from multiple institutions, so a mix of version 2.0 and version 1.1 image servers. The canvas/image annotation has the API version provided in the context/profile for the image service, as expected.

The UV honours that for the main image window, with the panning and zooming control, and makes requests for 'native.jpg' images when the service is 1.1 and for 'default.jpg' when it is 2.0, but the thumbnail requests are all for 'default.jpg' which 400s on a 1.1 Image Server.

See: http://iiif.bodleian.ox.ac.uk/examples/mushaf.html

With the manifest at: http://iiif.bodleian.ox.ac.uk/examples/mushaf4.json

@edsilv
Copy link
Member

edsilv commented Sep 15, 2015

This is a problem with manifesto assuming a v2.0 image server:

https://github.com/UniversalViewer/manifesto/blob/master/src/Canvas.ts#L68

I have some work to do on thumbnails:

#102

I'll include this as part of it.

BTW, the UV community call is this Thursday at 3pm UTC. I think manifesto supporting other versions is a good topic for discussion.

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