{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Marion Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.404605,
            53.558135
          ],
          [
            -2.40417,
            53.558451
          ],
          [
            -2.403735,
            53.558767
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070911539, BL3 2PW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4046050175856863,
          53.558135141478694
        ]
      }
    }
  ]
}