{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hassall Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.303005,
            53.570076
          ],
          [
            -2.302845,
            53.569973
          ],
          [
            -2.302724,
            53.569895
          ],
          [
            -2.302686,
            53.56987
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210006101, M26 2GN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3030046968124527,
          53.57007578726531
        ]
      }
    }
  ]
}