{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Keswick Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.786351,
            54.055259
          ],
          [
            -2.786078,
            54.055165
          ],
          [
            -2.785805,
            54.055072
          ],
          [
            -2.785639,
            54.055015
          ],
          [
            -2.785474,
            54.054959
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009291934, LA1 3LH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7858895070929526,
          54.0550998676546
        ]
      }
    }
  ]
}