{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "90123043, High Street",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.145456200734959,
          52.456624409977195
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "90211162, A491",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1452219554550664,
          52.456993288339625
        ]
      }
    }
  ]
}