american-art / iiif

Builds the manifest files for IIIF
MIT License
2 stars 0 forks source link

The image resource in that manifest has a IIIF endpoint … that isn’t one. It’s just the JPG. That will break most viewers. #2

Open jainn3 opened 7 years ago

jainn3 commented 7 years ago

For non IIIF viewer what should be the resource id? Currently the resource id is the url itself. Or should the image resource for non iiif images should be removed?

workergnome commented 7 years ago

It should be the URL itself. See https://github.com/IIIF/iiif.io/blob/master/source/api/presentation/2.1/example/fixtures/1/manifest.json for an example.

jainn3 commented 7 years ago

Currently the resource id is the url itself. Hence, there is nothing to fix in this bug.

workergnome commented 7 years ago

The issue isn't that URL—it's the service block, which describes a IIIF Image API endpoint that doesn't exist.