{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Avenue Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.446011,
            53.585232
          ],
          [
            -2.446303,
            53.584947
          ],
          [
            -2.446595,
            53.584663
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070909611, BL1 3AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4460114486528757,
          53.585231596250686
        ]
      }
    }
  ]
}