{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1276,
          51.5072
        ]
      },
      "properties": {
        "name": "London",
        "pop": 8982000,
        "capital": true
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.1,
            51.5
          ],
          [
            2.35,
            48.85
          ],
          [
            13.4,
            52.52
          ]
        ]
      },
      "properties": {
        "name": "Route",
        "km": 1100
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              0,
              0
            ],
            [
              0,
              1
            ],
            [
              1,
              1
            ],
            [
              1,
              0
            ],
            [
              0,
              0
            ]
          ]
        ]
      },
      "properties": {
        "name": "Unit square",
        "note": "closed ring"
      }
    }
  ]
}
