{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Butterly Road (A40)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.920897,
            51.664839
          ],
          [
            -0.922183,
            51.666218
          ],
          [
            -0.92347,
            51.667597
          ]
        ]
      }
    }
  ]
}