{ "type": "FeatureCollection", "bbox": [0, 5, 10, 10], "features": [ {"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [10, 10]}}, {"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [5, 5]}}, {"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [0, 10]}} ] }