Open AndrewEffendi opened 2 years ago
Hi Andrew,
Mirador 3 is backwards compatible so you are correct it can read SAS annotations but the issue is that Mirador also supports version 3 manifests which SAS doesn't. That is the work I need to do and I should also tackle #5 at the same time.
There is an adapter here in the mirador annotations plugin which will connect to SAS in the interim:
Hello,
I'm using the Python pyIIIFpres module for easing the construction of JSON manifests compliant with IIIF API 3.0. I think that this version of Simple Annotation Server supports only Presentation API v2.
Is there a new version of SAS that supports Presentation API v3? Is there another solution ?
Thank you.
Using this ticket to track the work of adding Mirador 3 in the Mirador 3 branch.
Todo:
to run Mirador:
cd src/node
npm run build
# this puts everything in the dist directory. Need to move this to the src/main/webapp/js/mirador
May need a local webpack file to deploy to the location I want:
https://github.com/ProjectMirador/mirador-integration/blob/master/webpack/webpack.config.js
Route for local testing the output bundle name
Simple Annotation Server seems to be working for mirador 3, Is there any update in supporting mirador 3?