Skip to content

JSON format

Hyemi Jeong edited this page May 21, 2018 · 17 revisions
CellSpace
{
   “type” : ”CellSpace”,
   “id” : “c1”,
   “parentId” : “psf1”,
   “docId” : “doc1”,
   “geometry” : {
      “type” : “Solid|Surface”,
      “coordinates” : [] | “wkt”,
      “properties” : {
         “id” : “cg1”,
         “extrude” : “true|false”,
         “height” : “1”,
         “type” : “geojson|wkt”
      }
   },
   “properties” : {
      “name” : “cell1”,
      “description”: “blah blah blah”,
      “partialboundedBy” : [“cb1”, “cb2”,”cb3”]
   }
}

Clone this wiki locally