{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "test"},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -11.953125,
              48.922499263758255
            ],
            [
              -11.953125,
              53.74871079689897
            ],
            [
              -2.4609375,
              53.74871079689897
            ],
            [
              -2.4609375,
              48.922499263758255
            ],
            [
              -11.953125,
              48.922499263758255
            ]
          ]
        ]
      }
    }
  ]
}