{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chute Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.394864,
            51.085704
          ],
          [
            -1.395136,
            51.085427
          ],
          [
            -1.395258,
            51.085302
          ],
          [
            -1.395509,
            51.085221
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034501710, SO21 2NG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3948555101630289,
          51.0857143199388
        ]
      }
    }
  ]
}