{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Boydell Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.543058,
            53.374714
          ],
          [
            -2.542829,
            53.37449
          ],
          [
            -2.542601,
            53.374266
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008653437, WA4 2SJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.542615819578363,
          53.37425743053477
        ]
      }
    }
  ]
}