{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bretherton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.588663,
            53.536958
          ],
          [
            -2.588741,
            53.536811
          ],
          [
            -2.588819,
            53.536665
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063925, WN2 3BU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5888093810065738,
          53.53666037272543
        ]
      }
    }
  ]
}