{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilson's Drove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.58935,
            52.714899
          ],
          [
            0.584886,
            52.714241
          ],
          [
            0.580422,
            52.713582
          ],
          [
            0.580073,
            52.713576
          ],
          [
            0.579723,
            52.713569
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023636646, PE32 1PP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5797617595112652,
          52.71356573201143
        ]
      }
    }
  ]
}