{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marseille"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [5.176, 43.223],
            [5.394, 43.223],
            [5.394, 43.467],
            [5.176, 43.467],
            [5.176, 43.223]
          ]
        ]
      }
    }
  ]
}
