{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Belmont Road (B986)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.115722,
            57.159363
          ],
          [
            -2.114979,
            57.159705
          ],
          [
            -2.114236,
            57.160047
          ]
        ]
      }
    }
  ]
}