{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hargreaves Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.485497,
            53.740026
          ],
          [
            -2.485686,
            53.74016
          ],
          [
            -2.485849,
            53.740446
          ],
          [
            -2.485876,
            53.740492
          ],
          [
            -2.485326,
            53.740769
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010319415, BB2 3PZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4855525991787286,
          53.74005308302104
        ]
      }
    }
  ]
}