{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bank Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.207749,
            53.839473
          ],
          [
            -2.207848,
            53.839581
          ],
          [
            -2.207948,
            53.839689
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022946595, BB9 9XB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2077489956285863,
          53.839482318094
        ]
      }
    }
  ]
}