{
	"type": "FeatureCollection",
	"features": [
        {
            "type": "Feature",
            "geometry": {
              "type": "Point",
              "coordinates": [100.0, 0.0]
            },
            "properties": {
              "prop0": "value0",
              "prop1": {"this": "that"},
              "generatedId": 0
            },
            "id": 0
        }, {
            "type": "Feature",
            "geometry": {
              "type": "Point",
              "coordinates": [100.0, 0.0]
            },
            "properties": {
              "prop0": "1",
              "prop1": {"this": "that"},
              "generatedId": 1
            },
            "id": "guid"
        }, {
            "type": "Feature",
            "geometry": {
              "type": "Point",
              "coordinates": [100.0, 0.0]
            },
            "properties": {
              "prop0": 1,
              "prop1": {"this": "that"},
              "generatedId": 2
            }
        }, {
            "type": "Feature",
            "geometry": {
              "type": "Point",
              "coordinates": [100.0, 0.0]
            },
            "properties": {
              "prop0": 1,
              "prop1": {"this": "that"},
              "generatedId": 3
            },
            "id": 2
        }, {
            "type": "Feature",
            "geometry": {
              "type": "Point",
              "coordinates": [100.0, 0.0]
            },
            "properties": {
              "prop0": 2,
              "prop1": {"this": "that"},
              "generatedId": 4
            }
        },
        {
            "type": "Feature",
            "properties": {
                "generatedId": 5
            },
            "geometry": {
              "type": "MultiLineString",
              "coordinates": [[
                [
                  166.640625,
                  52.482780222078226
                ],
                [
                  234.84375000000003,
                  58.44773280389084
                ]
              ], [
                [
                  -279.140625,
                  -13.923403897723334
                ],
                [
                  -160.3125,
                  -6.315298538330033
                ]
              ]]
            }
        },
        { 
            "type": "Feature",
            "properties": {
                "prop0": 4,
                "generatedId": 6
            },
            "geometry": {
                "type": "GeometryCollection",
                "geometries": [
                    { 
                        "type": "MultiPoint",
                        "coordinates": [ [100, -90], [101, 90] ]
                    },
                    {
                        "type": "LineString",
                        "coordinates": [ [101, 0], [102, 1.0] ]
                    }
                ]
            }
        }
    ]
}   