Layer Data Type

Properties
name data type description
name string
dates array of string
bounds Bounds

Example

{
  "name" : "...",
  "dates" : [ "...", "..." ],
  "bounds" : {
    "xmin" : 12345.0,
    "ymin" : 12345.0,
    "xmax" : 12345.0,
    "ymax" : 12345.0
  }
}