lizfischer / iiif-tools

Suite of browser-based tools to make working with IIIF images easier.
http://www.lizmfischer.com/iiif/iiif-tools.html
9 stars 1 forks source link

Download tools assumes IIIF v2 Presentation #14

Open barmintor opened 2 years ago

barmintor commented 2 years ago

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 commented 2 years ago

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