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
We noticed in a meeting that some position attributes start at 0 for canvases, possibly due to remote ingest issues.
Example on dev with 0 index: https://dev.readux.io/iiif/v2/2qnsf0jr/manifest
Example on dev with 1 index: https://dev.readux.io/iiif/v2/1898-Fillm2-EMU/manifest
Note that canvas label is serialized from Canvas.position:
label
Canvas.position
readux/apps/iiif/serializers/canvas.py
Line 20 in 6d03b12
The text was updated successfully, but these errors were encountered:
Start remote ingest enumerate at 1 (#1000)
9339ae2
No branches or pull requests
We noticed in a meeting that some position attributes start at 0 for canvases, possibly due to remote ingest issues.
Example on dev with 0 index:
https://dev.readux.io/iiif/v2/2qnsf0jr/manifest
Example on dev with 1 index:
https://dev.readux.io/iiif/v2/1898-Fillm2-EMU/manifest
Note that canvas
label
is serialized fromCanvas.position
:readux/apps/iiif/serializers/canvas.py
Line 20 in 6d03b12
The text was updated successfully, but these errors were encountered: