{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marshall Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.221591,
            53.468443
          ],
          [
            -2.221465,
            53.468509
          ],
          [
            -2.221338,
            53.468574
          ],
          [
            -2.220927,
            53.468788
          ],
          [
            -2.220515,
            53.469002
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023067270, M12 6AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2216120790796117,
          53.468424892103194
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10093074188, M12 6AW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2212984537671945,
          53.46894680538609
        ]
      }
    }
  ]
}