{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Lilly Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.446588,
            53.585472
          ],
          [
            -2.446872,
            53.585188
          ],
          [
            -2.447156,
            53.584904
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070912137, BL1 3AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4465879971867737,
          53.58547213008177
        ]
      }
    }
  ]
}