DDMAL / cantus

:mag: Searching with Optical Music Recognition technology and the Cantus Database
http://cantus.simssa.ca
MIT License
15 stars 4 forks source link

Support IIIF Presentation API 3 with map folios process #759

Open dchiller opened 1 year ago

dchiller commented 1 year ago

The map folios process currently requires a sequence structure to be defined in the IIIF manifest. However, with the IIIF Presentation API 3, a manifest no longer requires a sequence. Instead, a default ordering can be assumed based on the items of a manifest or can be specified using a Range. A manifest without a sequence would be a breaking change for the map folios process. See https://iiif.io/api/presentation/3.0/change-log/#141-remove-sequence-in-favor-of-ranges-items-and-behavior-value-sequence for more information about this change in the Presentation API.

dchiller commented 1 year ago

Could be combined with #754