{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "zone_id": "WEST"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              151.19,
              -33.9
            ],
            [
              151.2,
              -33.9
            ],
            [
              151.2,
              -33.89
            ],
            [
              151.19,
              -33.89
            ],
            [
              151.19,
              -33.9
            ]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "zone_id": "EAST"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              151.2,
              -33.9
            ],
            [
              151.21,
              -33.9
            ],
            [
              151.21,
              -33.89
            ],
            [
              151.2,
              -33.89
            ],
            [
              151.2,
              -33.9
            ]
          ]
        ]
      }
    }
  ]
}