Last active
August 29, 2015 14:13
-
-
Save sdellis/8e16c57718a9b99cac53 to your computer and use it in GitHub Desktop.
Demo.json file for Versailles Interactive Map View
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": "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