{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Morven Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.195545,
            53.159105
          ],
          [
            -1.194481,
            53.157701
          ],
          [
            -1.193497,
            53.156402
          ],
          [
            -1.193348,
            53.15633
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Morven Avenue (B6032)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.193137,
            53.155934
          ],
          [
            -1.193242,
            53.156132
          ],
          [
            -1.193348,
            53.15633
          ]
        ]
      }
    }
  ]
}