{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blake Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.417279,
            53.614215
          ],
          [
            -2.417414,
            53.614111
          ],
          [
            -2.417549,
            53.614007
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070911707, BL7 9BR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4172793863035884,
          53.61421479889842
        ]
      }
    }
  ]
}