{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vine Lane (A459)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.045745,
            52.448389
          ],
          [
            -2.045844,
            52.448329
          ],
          [
            -2.045943,
            52.448269
          ],
          [
            -2.046175,
            52.448131
          ],
          [
            -2.046406,
            52.447994
          ]
        ]
      }
    }
  ]
}