{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marsh Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.629301,
            53.54849
          ],
          [
            -2.629153,
            53.548433
          ],
          [
            -2.629006,
            53.548377
          ],
          [
            -2.628843,
            53.548298
          ],
          [
            -2.62868,
            53.548218
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063677, WN1 1AF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.629149196100757,
          53.548427539128774
        ]
      }
    }
  ]
}