{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Water Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.060238,
            53.483429
          ],
          [
            -2.060728,
            53.483334
          ],
          [
            -2.061218,
            53.483239
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Water Street (B6175)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.059636,
            53.483986
          ],
          [
            -2.059937,
            53.483707
          ],
          [
            -2.060238,
            53.483429
          ]
        ]
      }
    }
  ]
}