{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Somerville Mount",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.470217,
            53.809319
          ],
          [
            -1.469916,
            53.809573
          ],
          [
            -1.469615,
            53.809828
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72645545, LS14 6BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4697098052659798,
          53.80979318087952
        ]
      }
    }
  ]
}