{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [1, 2], [1, 3], [1, 15.5] ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [1, 1], [1, 10], [10, 10], [10, 1], [1, 1] ] ] } } ] }