We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to geo-code a page of an atlas. E.g.
16-votes in Stanford maps meeting
(do you know of, or can you imagine, similar use cases?)
(any ideas about how your use case might be supported)
(more about your perspective, existing work, etc. goes here.)
The text was updated successfully, but these errors were encountered:
Atlas page https://iiif.lib.harvard.edu/manifests/view/drs:12039466$10i
Sorry, something went wrong.
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.
No branches or pull requests
Description
I want to geo-code a page of an atlas. E.g.
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.)
The text was updated successfully, but these errors were encountered: