ProjectMirador / mirador-annotations

a Mirador 3 plugin that adds annotation creation tools to the user interface
https://mirador-annotations.netlify.app/
38 stars 37 forks source link

Bug Workspace Import Export #70

Open PR-Obst opened 2 years ago

PR-Obst commented 2 years ago

The Workspace Import function doesnt't work properly with the annotation tool. I assume because the annotation adapter is not setup properly on Import. (All in all the Workspace Import/Export isn't fully developed as it's messing up with differnet setups of mirador) The Browsererror on workspace import is 'TypeError: n.annotation.adapter is not a function'

PR-Obst commented 2 years ago

The error occurs on using the localStorage adapter and on using an external annotation adaper

agentcole commented 11 months ago

Have you found any working solution for this?

PR-Obst commented 8 months ago

No, not so far. I use a workaround in our implementation. We create a configuration script by local settings before calling our mirador instance and instead of importing the mirador state a configuration with minimized settings (including the manifests) is used.