{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whitley Street (B4200)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.023674,
            52.556311
          ],
          [
            -2.023781,
            52.556151
          ],
          [
            -2.023887,
            52.555992
          ],
          [
            -2.023929,
            52.555899
          ],
          [
            -2.023971,
            52.555807
          ],
          [
            -2.023995,
            52.555753
          ]
        ]
      }
    }
  ]
}