-
Notifications
You must be signed in to change notification settings - Fork 56
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
Georeference Extension #2082
Georeference Extension #2082
Conversation
…json and index.md
Initialize Georef
Recent Georef Work
Thanks @kirschbombe and @mikeapp.
Ok, looks good! I even did a test and updated the context I am testing with to be "ImageApiSelector":{
"@id":"iiif_selectors:ImageApiSelector",
"@context": "https://iiif.io/api/annex/openannotation/context.json"
} This works expected, and I no longer have to embed the terms directly. It is processes as "http://www.w3.org/ns/oa#hasSelector": {
"@type": "http://iiif.io/api/registry/selectors#ImageApiSelector",
"http://iiif.io/api/image/2#regionValue": {
"@type": "http://www.w3.org/2001/XMLSchema#string",
"@value": "810,900,260,370"
},
"http://iiif.io/api/image/2#sizeValue": {
"@type": "http://www.w3.org/2001/XMLSchema#string",
"@value": "5965,2514"
}
} I will test the version 3 one as well when it is available. Good job, thank you. We can simplify |
b0f74f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, there is no need for another round of +1's for this date change
This PR should always be in draft until it is ready for review by TRC. It exists to review the georeferencing work and trigger the preview build.