{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "123070678, Stanely Road",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.436985746339306,
          55.830797344425804
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "123100222, Corsebar Drive",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.437471528717461,
          55.8309045578315
        ]
      }
    }
  ]
}