{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Graham Mount",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.579615,
            53.811224
          ],
          [
            -1.579544,
            53.811423
          ],
          [
            -1.579473,
            53.811621
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72636190, LS4 2LW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5794730103387689,
          53.81157618319278
        ]
      }
    }
  ]
}