{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pendle Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.435374,
            53.609863
          ],
          [
            -2.435348,
            53.609571
          ],
          [
            -2.435322,
            53.609279
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070913821, BL1 7HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4353736642386443,
          53.609862883043476
        ]
      }
    }
  ]
}