iipmooviewer
iipmooviewer copied to clipboard
IIIF protocol with image that has no tiles
I'm getting an error on line 38 of iiif.js:
Cannot read property '0' of undefined
Looks like iiif.js is assuming that there will be tiles for every image, but according to the IIIF specification (http://iiif.io/api/image/2.1/#technical-properties), the tiles are optional.
Is this a bug?