{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Irwell Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.928628,
            53.377002
          ],
          [
            -2.928669,
            53.376821
          ],
          [
            -2.92914,
            53.376853
          ],
          [
            -2.929914,
            53.376905
          ],
          [
            -2.930202,
            53.376919
          ],
          [
            -2.93049,
            53.376933
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38258371, L17 0DP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.930490198027611,
          53.37693309278142
        ]
      }
    }
  ]
}