{
    "type": "GeometryCollection",
    "geometries": [
        {
            "type": "Point",
            "coordinates": [
                102,
                0.5
            ]
        },
        {
            "type": "LineString",
            "coordinates": [
                [
                    102,
                    0
                ],
                [
                    103,
                    1
                ],
                [
                    104,
                    0
                ],
                [
                    105,
                    1
                ]
            ]
        },
        {
            "type": "Polygon",
            "coordinates": [
                [
                    [
                        100,
                        0
                    ],
                    [
                        101,
                        0
                    ],
                    [
                        101,
                        1
                    ],
                    [
                        100,
                        1
                    ],
                    [
                        100,
                        0
                    ]
                ]
            ]
        },
        {
            "type": "Polygon",
            "coordinates": [
                [
                    [
                        100,
                        0
                    ],
                    [
                        101,
                        0
                    ],
                    [
                        101,
                        1
                    ],
                    [
                        100,
                        1
                    ],
                    [
                        100,
                        0
                    ]
                ],
                [
                    [
                        100.2,
                        0.2
                    ],
                    [
                        100.2,
                        0.8
                    ],
                    [
                        100.8,
                        0.8
                    ],
                    [
                        100.8,
                        0.2
                    ],
                    [
                        100.2,
                        0.2
                    ]
                ]
            ]
        }
    ]
}