{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.879034,
            53.725976
          ],
          [
            -1.879111,
            53.72572
          ],
          [
            -1.879187,
            53.725464
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090220378, HX1 5PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8790342983641215,
          53.72597581635017
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100051344118, HX1 4BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.879308386702166,
          53.72552668860288
        ]
      }
    }
  ]
}