Open jovi-juan opened 3 years ago
Strangely, the tool won't open the manifest either now: https://philippinestudies.uk/mapping/iiif-manifests/manila-panel1/manifest.json
Hi,
When you open the developer console, you can see what causes the error (missing CORS header):
You can read more about implementing CORS here: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Basically your server needs to set a header Access-Control-Allow-Origin: *
. Can you implement this and then try again? This is to solve the manifest not loading. It will most likely also solve the problem with the image URIs and info.json
Ah, ok. Will try this. Thanks for your help!
Hi, I've been trying to add an image to a new manifest via the tool and I keep getting a "URI is not valid" error. I've tried it as an image (level0): https://philippinestudies.uk/mapping/images/iiif/manila-panel1/full/full/0/default.jpg
And as an info.json file: https://philippinestudies.uk/mapping/images/iiif/manila-panel1/info.json http://free.iiifhosting.com/iiif/94ed082cc0af882a704b6cac380dde873d1830157d383e1a02bb089adf16999e/info.json
Yet it works as a level1 image: https://free.iiifhosting.com/iiif/94ed082cc0af882a704b6cac380dde873d1830157d383e1a02bb089adf16999e/full/full/0/default.jpg
Manifest here: https://philippinestudies.uk/mapping/iiif-manifests/manila-panel1/manifest.json
I was wondering what was wrong with the info.json files above and what's wrong with the level0 image.
Can you let me know?
Thanks!