iiif-stories icon indicating copy to clipboard operation
iiif-stories copied to clipboard

I want to geo-code a page of an atlas

Open glenrobson opened this issue 6 years ago • 2 comments

Description

I want to geo-code a page of an atlas. E.g.

  • Geocode a canvas in a manifest not just the manifest itself

  • Geocode at every level Manifest, Sequence, Canvas

16-votes in Stanford maps meeting

Variation(s)

(do you know of, or can you imagine, similar use cases?)

Proposed Solutions

(any ideas about how your use case might be supported)

Additional Background

(more about your perspective, existing work, etc. goes here.)

glenrobson avatar Feb 07 '20 16:02 glenrobson

Atlas page https://iiif.lib.harvard.edu/manifests/view/drs:12039466$10i

paul-aloisio avatar Feb 07 '20 18:02 paul-aloisio

Will have to check how others do geo with Web Annotation but this is our first idea:

{
   "id": "http://annotation/id", 
   "motivation": "TBD",
   "target": https://example.com/manifest/123/canvas/123#xywh=50,50,100,100",
   "body": {
          "@context" : "http://geojson.org/geojson-ld/geojson-context.jsonld",
          "@id" : "http://www.example.org/geojson/paris.json",
          "type": "Feature",
          "bbox":[ -10.0, -10.0, 10.0, 10.0]
   }
}

Need to unpack what motivation for this.

glenrobson avatar Feb 07 '20 18:02 glenrobson