{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "Test Store", "id": 1 }, "geometry": { "type": "Point", "coordinates": [4.28, 39.82] } }, { "type": "Feature", "properties": { "name": "Another Store", "id": 2 }, "geometry": { "type": "Point", "coordinates": [4.29, 39.81] } } ] }