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