{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chester New Road (A56)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.60533,
            53.363917
          ],
          [
            -2.607314,
            53.362491
          ],
          [
            -2.607656,
            53.362245
          ],
          [
            -2.607989,
            53.361839
          ],
          [
            -2.608402,
            53.360784
          ]
        ]
      }
    }
  ]
}