Created
February 19, 2021 22:56
-
-
Save eliotjordan/49db53bc0f97df47782ef578610160ee 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%2F50%2Fee%2F61%2F50ee61a99bad444490534946f2e8b929%2Fintermediate_file.jp2/full/full/0/default.jpg", | |
"service": [ | |
{ | |
"@id": "https://iiif.princeton.edu/loris/iiif/2/figgy_prod%2F50%2Fee%2F61%2F50ee61a99bad444490534946f2e8b929%2Fintermediate_file.jp2", | |
"type": "ImageService2", | |
"profile": "http://iiif.io/api/image/2/level2.json" | |
} | |
], | |
"selector": { | |
"type": "SvgSelector", | |
"value": "<svg width=\"13998\" height=\"23384\"><polygon points=\"552,4889 7974,849 9653,862 11394,1739 11594,2767 12970,2796 13975,13581 11397,13515 11696,16995 5662,17501 5588,22732 380,22753 552,4889\" /></svg>" | |
} | |
}, | |
"body": { | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"image": [ | |
5854, | |
10994 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.986815, | |
44.668609 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"image": [ | |
2088, | |
12994 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.17254, | |
44.595406 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"image": [ | |
1004, | |
22379 | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.222314, | |
44.260378 | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment