{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wellington Esplanade (B1532)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.745911,
            52.467577
          ],
          [
            1.745296,
            52.466908
          ],
          [
            1.74468,
            52.466239
          ]
        ]
      }
    }
  ]
}