[{ "type": "FeatureCollection", "bbox": [-10.0, -10.0, 10.0, 10.0], "features": [{ "type": "Feature", "id": "id", "bbox": [-10.0, -10.0, 10.0, 10.0], "geometry": { "type": "Point", "coordinates": [102.0, 0.5] }, "properties": { "description": "description" } }, { "type": "Feature", "id": "id", "bbox": [-10.0, -10.0, 10.0, 10.0], "geometry": { "type": "LineString", "coordinates": [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] }, "properties": { "description": "description" } }, { "type": "Feature", "id": "featureId", "bbox": [-10.0, -10.0, 10.0, 10.0], "geometry": { "type": "GeometryCollection", "bbox": [-10.0, -10.0, 10.0, 10.0], "geometries": [{ "type": "Point", "coordinates": [100.0, 0.0] }, { "type": "LineString", "coordinates": [ [101.0, 0.0], [102.0, 1.0] ] } ] }, "properties": { "description": "description" } } ] }]