{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hayley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.205183,
            53.460203
          ],
          [
            -2.205352,
            53.460079
          ],
          [
            -2.20552,
            53.459955
          ],
          [
            -2.205539,
            53.459859
          ],
          [
            -2.205557,
            53.459762
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023066040, M13 0LX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2055571861007754,
          53.45976176537671
        ]
      }
    }
  ]
}