{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Drove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.067478,
            50.811014
          ],
          [
            -2.067756,
            50.810572
          ],
          [
            -2.068034,
            50.81013
          ],
          [
            -2.068748,
            50.808969
          ],
          [
            -2.069461,
            50.807808
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002927801, BH21 4BU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0694758823284722,
          50.80779492392615
        ]
      }
    }
  ]
}