{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Slicketts Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.529862,
            51.381038
          ],
          [
            0.52991,
            51.381058
          ],
          [
            0.530052,
            51.381119
          ],
          [
            0.530194,
            51.381181
          ],
          [
            0.530385,
            51.381275
          ],
          [
            0.530576,
            51.38137
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "44115617, ME4 4LB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.529917941391558,
          51.380907310952736
        ]
      }
    }
  ]
}