{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "link": "https://www.doogal.co.uk/StationMap?station=Canary%20Wharf",
        "name": "Canary Wharf",
        "marker-color": "red",
        "code": "CWX",
        "owner": "Elizabeth line"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.019467,
          51.503578
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "link": "https://www.doogal.co.uk/StationMap?station=Woolwich",
        "name": "Woolwich",
        "marker-color": "red",
        "code": "WWC",
        "owner": "Elizabeth line"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.071819,
          51.491578
        ]
      }
    }
  ]
}