{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Colchester Road (B1029)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.984148,
            51.951662
          ],
          [
            0.984706,
            51.95238
          ],
          [
            0.985069,
            51.952614
          ],
          [
            0.985218,
            51.952781
          ],
          [
            0.985283,
            51.952854
          ],
          [
            0.985651,
            51.954061
          ]
        ]
      }
    }
  ]
}