jhu-digital-manuscripts / AnIOp

to track the activities of the Mellon funded Annotation Interoperability project
0 stars 0 forks source link

Georeference web annotation has incorrect IIIF canvas ID #75

Closed jabrah closed 4 years ago

jabrah commented 4 years ago

The SpecificResource that is supposed to be pointing to a bad canvas ID. It looks very close to the actual URL that it should be using, except with an index number appended. "https://rosetest.library.jhu.edu/rosademo/iiif/homer/VA/VA034VN-0536/canvas/1

Sample from the georef service:

{
  "type": "SpecificResource",
  "partOf": [
    {
      "id": "https://rosetest.library.jhu.edu/rosademo/iiif/homer/VA/1/manifest",
      "type": "Manifest"
    }
  ],
  "source": {
    "type": "Canvas",
    "id": "https://rosetest.library.jhu.edu/rosademo/iiif/homer/VA/VA034VN-0536/canvas/1"
  }
}
markpatton commented 4 years ago

Good catch. Will fix.

markpatton commented 4 years ago

Fix deployed.