{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "1, College Green",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.602068493428551,
          51.45260710414443
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "303396, Deanery Road",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6010726000012294,
          51.45238742477954
        ]
      }
    }
  ]
}