Skip to content
New issue

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

Whole canvas annotation? #43

Open
illtud opened this issue Oct 1, 2018 · 3 comments
Open

Whole canvas annotation? #43

illtud opened this issue Oct 1, 2018 · 3 comments

Comments

@illtud
Copy link

illtud commented Oct 1, 2018

Hi Glen,
Playing around with this, it seems to require an xywh region for the annotation. We have transcriptions which haven't been tied to any region of the page, can we do a whole canvas annotation without getting the xywh for the image and creating a whole canvas region?

@glenrobson
Copy link
Owner

Hey Illtud,

You are correct that currently the annotations require a xywh. If the annotation targets the canvas the correct way to do it is as you say to target just the canvas URI without the xywh but I haven't tested it to see if SAS would accept it. I can have a look to see if it will. How were you thinking of displaying these annotations? I can't find any information on whether Mirador can create or display annotations target at the canvas.

Cheers

Glen

@illtud
Copy link
Author

illtud commented Oct 1, 2018

Ah, SAS bombs out if there's no #xywh on the end of the target - it fails to parse the string as it splits it on # and tries to do something with the second part. We're using UV, not Mirador, so I don't think it will deal with it out of the box, but we'll see what we can do!

@glenrobson
Copy link
Owner

Thanks Illtud, Ill keep this issue open and if I get a chance Ill add the functionality to support whole canvas annotations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants