{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Market Street (A495)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.253812,
            52.71004
          ],
          [
            -3.253818,
            52.709743
          ],
          [
            -3.253824,
            52.709447
          ]
        ]
      }
    }
  ]
}