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