{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blake Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.201118,
            52.182916
          ],
          [
            -2.20032,
            52.182644
          ],
          [
            -2.199521,
            52.182371
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014144522, WR5 2JT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2011178858391136,
          52.18291649346922
        ]
      }
    }
  ]
}