Skip to content

Instantly share code, notes, and snippets.

@sdellis
Last active August 29, 2015 14:13
Show Gist options
  • Save sdellis/8e16c57718a9b99cac53 to your computer and use it in GitHub Desktop.
Save sdellis/8e16c57718a9b99cac53 to your computer and use it in GitHub Desktop.
Demo.json file for Versailles Interactive Map View
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [99.125, -188]
},
"type": "Feature",
"properties": {
"iiif": "http://libimages.princeton.edu/loris/exhibits%2FVersailles%2Fdig_studio%2F047.jp2/info.json",
"title": "Figures de bronze dorée d'un triton et d'une sirène"
},
"id": 882
},
{
"geometry": {
"type": "Point",
"coordinates": [107.125, -188]
},
"type": "Feature",
"properties": {
"iiif": "http://libimages.princeton.edu/loris/exhibits%2FVersailles%2Fversailles_21%2FImage00120.jp2/info.json",
"rotation": 270,
"title": "Bassin de 10 pieds de diamètre . . ., et au milieu trois petits termes"
},
"id": 881
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment