Skip to content

Instantly share code, notes, and snippets.

@edsilv
Last active December 19, 2018 15:19
Show Gist options
  • Select an option

  • Save edsilv/58fd1f701219369bb636043939120384 to your computer and use it in GitHub Desktop.

Select an option

Save edsilv/58fd1f701219369bb636043939120384 to your computer and use it in GitHub Desktop.
equirectangular image manifest
"id": "...",
"type": "Canvas",
"items": [{
"id": "...",
"type": "AnnotationPage",
"items": [{
"id": "...",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "http://example.org/equirectangular.jpg",
"type": "PhysicalObject",
"format": "image/jpeg"
},
"target": "..."
}]
}],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment