{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Daisy Road (B168)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.029741,
            51.591728
          ],
          [
            0.02906,
            51.592158
          ],
          [
            0.028379,
            51.592588
          ]
        ]
      }
    }
  ]
}