{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "MultiPoint",
        "coordinates": [
          [
            13.405,
            52.52
          ],
          [
            11.582,
            48.135
          ],
          [
            8.682,
            50.11
          ]
        ]
      },
      "properties": {
        "name": "German cities",
        "kind": "capitals"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "MultiLineString",
        "coordinates": [
          [
            [
              8.68,
              50.11
            ],
            [
              11.58,
              48.14
            ]
          ],
          [
            [
              13.4,
              52.52
            ],
            [
              9.99,
              53.55
            ]
          ]
        ]
      },
      "properties": {
        "name": "Rail segments"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "MultiPolygon",
        "coordinates": [
          [
            [
              [
                0,
                0
              ],
              [
                1,
                0
              ],
              [
                1,
                1
              ],
              [
                0,
                1
              ],
              [
                0,
                0
              ]
            ]
          ],
          [
            [
              [
                2,
                2
              ],
              [
                3,
                2
              ],
              [
                3,
                3
              ],
              [
                2,
                3
              ],
              [
                2,
                2
              ]
            ]
          ]
        ]
      },
      "properties": {
        "name": "Two zones"
      }
    }
  ]
}