{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bailey Towers",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.464263,
            53.82131
          ],
          [
            -1.464483,
            53.82132
          ],
          [
            -1.464703,
            53.82133
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628914, LS14 6PP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4643996180278305,
          53.82131923882601
        ]
      }
    }
  ]
}