{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Lee Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.440176,
            53.561506
          ],
          [
            -2.439369,
            53.561549
          ],
          [
            -2.438561,
            53.561593
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013876970, BL3 3EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.440175767704332,
          53.561505939851045
        ]
      }
    }
  ]
}