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