{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "124567, St John's Road",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.599856960247503,
          51.43979634223492
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024739260, St John's Street",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6000609632671186,
          51.43999311445901
        ]
      }
    }
  ]
}