{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Park Street (B2245)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.309767,
            51.129089
          ],
          [
            1.310068,
            51.129292
          ],
          [
            1.310368,
            51.129495
          ],
          [
            1.31052,
            51.129614
          ],
          [
            1.310672,
            51.129733
          ]
        ]
      }
    }
  ]
}