{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Croft Bank",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.694173,
            53.752428
          ],
          [
            -1.693859,
            53.75241
          ],
          [
            -1.693545,
            53.752392
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83213743, BD11 2AQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6941683246243038,
          53.75243151035307
        ]
      }
    }
  ]
}