Created
March 6, 2021 00:58
-
-
Save eliotjordan/132ca3e7763f14fe38730eef273ce4f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "Annotation", | |
"@context": [ | |
"http://geojson.org/geojson-ld/geojson-context.jsonld", | |
"http://iiif.io/api/presentation/3/context.json" | |
], | |
"motivation": "georeference", | |
"target": { | |
"type": "Image", | |
"source": "https://iiif.princeton.edu/loris/iiif/2/figgy_prod%2F09%2F8e%2F47%2F098e47ae315441ee9d56f849d71ac96e%2Fintermediate_file.jp2/full/full/0/default.jpg", | |
"service": [ | |
{ | |
"@id": "https://iiif.princeton.edu/loris/iiif/2/figgy_prod%2F09%2F8e%2F47%2F098e47ae315441ee9d56f849d71ac96e%2Fintermediate_file.jp2", | |
"type": "ImageService2", | |
"profile": "http://iiif.io/api/image/2/level2.json" | |
} | |
], | |
"selector": { | |
"type": "SvgSelector", | |
"value": "<svg width=\"8515\" height=\"11425\"><polygon points=\"1344,452 8055,451 8078,11199 1313,11156 1333,7266 1344,452\" /></svg>" | |
} | |
}, | |
"body": { | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"image": [ | |
5026, | |
7399 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.0682752, | |
52.8769361 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"image": [ | |
7014, | |
910 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.833686, | |
53.3313973 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"image": [ | |
3313, | |
9496 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.2764071, | |
52.7223843 | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment