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:

[{
   "label":"Kyromos",
   "uri":"http://pleiades.stoa.org/places/599616",
   "geometry":{"type":"Point","coordinates":[27.673196,37.378355]}
 },{
   "label":"Diocaesarea",
   "uri":"http://pleiades.stoa.org/places/678387",
   "geometry":{"type":"Point","coordinates":[35.283791,32.75411]}
 }]
Clone this wiki locally