{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cunliffe Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.317403,
            53.563028
          ],
          [
            -2.317558,
            53.562993
          ],
          [
            -2.317714,
            53.562959
          ],
          [
            -2.317867,
            53.562925
          ],
          [
            -2.318021,
            53.562891
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210005640, M26 2PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3174026674388664,
          53.563027512732376
        ]
      }
    }
  ]
}