{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lister Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.484834,
            53.740443
          ],
          [
            -2.48508,
            53.740606
          ],
          [
            -2.485326,
            53.740769
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010319750, BB2 3QH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4853182184143283,
          53.740764095779234
        ]
      }
    }
  ]
}