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

Download tools assumes IIIF v2 Presentation #14

Open
barmintor opened this issue Oct 11, 2021 · 1 comment
Open

Download tools assumes IIIF v2 Presentation #14

barmintor opened this issue Oct 11, 2021 · 1 comment
Assignees

Comments

@barmintor
Copy link

The Sequence class was removed in version 3 of the IIIF Presentation specification.

I think the line in download/main.js:
var canvases = data['sequences'][0]['canvases'];

... could be elaborated to look alternately for data['items'] and otherwise work as previously.

@lizfischer
Copy link
Owner

Thank you! I'll address this in an update soon.

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

No branches or pull requests

2 participants