{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cottenham Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.228766,
            53.468106
          ],
          [
            -2.229397,
            53.467839
          ],
          [
            -2.230028,
            53.467573
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023063785, M13 9TX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.230028222957647,
          53.46757304156797
        ]
      }
    }
  ]
}