{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": { "name": "Nahost" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [[[30,15],[60,15],[60,35],[30,35],[30,15]]]
      }
    }
  ]
}
