Open glenrobson opened 5 years ago
We discussed it at some length with @mikeapp during our kick-off week. The conclusion was that the library's API should not directly conform to this spec, but that a translator plugin should be kept at the front of our mind as we develop the developer-facing API. I have added this to our API Requirements master ticket as a checkbox. Just having this fixture (@ggeisler) is itself very helpful. Additional feedback like this that bears on the API would be welcome is the linked ticket as well.
Thanks for following so closely!
Great glad this is on your radar.
In the sprint 1 demo, Jack showed how to configure Mirador using the following syntax:
Have you considered using the import to viewer specification to configure the loaded Manifests:
https://preview.iiif.io/api/import-to-viewers/api/import/0.1/
This would mean the above block would look like:
Granted it is much more verbose but would allow greater flexibility in configuring the opening view of Mirador including, zooming to a part of a canvas, pre-loading search results and other features discussed in the discovery group. It would also mean you are well on the way to implementing the import to viewer spec which will be useful down the line.