Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

JSON Format: Places

rsimon edited this page Aug 7, 2011 · 2 revisions

The Places JSON object has the following fields:

  • label: the label
  • uri: the Pleiades URI
  • geometry: the geometry associated with the place, in GeoJSON format

JSON Example:

[{
   "name": "Google Ancient Places",
   "rootDataset": "Google Ancient Places",
   "subsets": 7,
   "geoAnnotations":17187, 
   "places":1839
 },{
   "name": "Perseus",
   "rootDataset": "Perseus",
   "subsets": 3,
   "geoAnnotations": 20418,
   "places":599
 },{
   "name": "Arachne",
   "rootDataset": "Arachne",
   "subsets": 0,
   "geoAnnotations": 7510,
   "places":501
 },{
   "name": "SPQR",
   "rootDataset": "SPQR",
   "subsets": 3,
   "geoAnnotations": 29879,
   "places":164
}] 
Clone this wiki locally