{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alexandra Road (B4223)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.485038,
            51.643165
          ],
          [
            -3.484391,
            51.643038
          ],
          [
            -3.483744,
            51.642911
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Alexandra Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.486194,
            51.643382
          ],
          [
            -3.485617,
            51.643273
          ],
          [
            -3.485038,
            51.643165
          ]
        ]
      }
    }
  ]
}