We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The URI of the canvas is badly constructed: "https://urldefense.proofpoint.com/v2/url?u=https-3A__collections.theautry.org_MWEBimages_ceramics-5F016_thumb_canvas_1314-5FG-5F1.jpg&d=DwIGaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=eXi2Y8PJvJTK0mEUzLW3xg&m=r99EYatj4DyPhr4f1ZnlQmtUJ3K3GaLg-WClhVy8hGM&s=6fHa4BERTkBJYR__Lw8miO49GP0oIMHza6ONN-WTBV4&e= " – note just one /
The text was updated successfully, but these errors were encountered:
The id of the canvas is in following format: {scheme}://{host}/{prefix}/{identifier}/canvas/{name}
What this means is "canvas" is embedded within the URL.
The id of the canvas is not referenceable. The id of the canvas acts as the unique id.
Just checked an example where canvas id is also not referenceable. https://github.com/IIIF/iiif.io/blob/master/source/api/presentation/2.1/example/fixtures/1/manifest.json
Not to say that the example is ideal but is there any need we need to reference the canvas id url?
The issue with inconsistency slashes in the URL has been fixed.
Sorry, something went wrong.
I defer to @azaroth42...
No branches or pull requests
The URI of the canvas is badly constructed: "https://urldefense.proofpoint.com/v2/url?u=https-3A__collections.theautry.org_MWEBimages_ceramics-5F016_thumb_canvas_1314-5FG-5F1.jpg&d=DwIGaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=eXi2Y8PJvJTK0mEUzLW3xg&m=r99EYatj4DyPhr4f1ZnlQmtUJ3K3GaLg-WClhVy8hGM&s=6fHa4BERTkBJYR__Lw8miO49GP0oIMHza6ONN-WTBV4&e= " – note just one /
The text was updated successfully, but these errors were encountered: