{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walls Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.544429,
            53.51973
          ],
          [
            -2.544156,
            53.519741
          ],
          [
            -2.543884,
            53.519753
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063978, WN2 4XF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.544157264567121,
          53.51974893200574
        ]
      }
    }
  ]
}