{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Eagles",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.986146,
            53.852533
          ],
          [
            -2.986707,
            53.852747
          ],
          [
            -2.986974,
            53.85285
          ],
          [
            -2.987324,
            53.852856
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034095928, FY6 7HJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9861301740091846,
          53.852523929119265
        ]
      }
    }
  ]
}