{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": { "name": "Israel" },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [34.2, 29.5],
            [35.8, 29.5],
            [35.8, 33.5],
            [34.2, 33.5],
            [34.2, 29.5]
          ]
        ]
      }
    }
  ]
}
