{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "London Street (A3039)",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.359064,
            51.388633
          ],
          [
            -2.359041,
            51.388721
          ],
          [
            -2.359018,
            51.388808
          ],
          [
            -2.358997,
            51.388889
          ],
          [
            -2.358975,
            51.388969
          ],
          [
            -2.35898,
            51.389059
          ],
          [
            -2.358984,
            51.389149
          ]
        ]
      }
    }
  ]
}