{ "type": "GeometryCollection", "geometries": [ { "type": "MultiPolygon", "coordinates": [ [ [ [ 100.5, 1.0 ], [ 101.0, 1.0 ], [ 100.0, 0.0 ], [ 100.5, 1.0 ] ] ], [ [ [ 101.0, 1.0 ], [ 101.0, 0.0 ], [ 100.5, 0.0 ], [ 101.0, 1.0 ] ] ] ] }, { "type": "LineString", "coordinates": [ [ 100.0, 1.0 ], [ 100.5, 1.0 ] ] } ] }