{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bond Street (B6125)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.660631,
            53.732541
          ],
          [
            -1.660503,
            53.732395
          ],
          [
            -1.660376,
            53.73225
          ],
          [
            -1.660331,
            53.732175
          ],
          [
            -1.660286,
            53.732099
          ]
        ]
      }
    }
  ]
}