{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grove Farm",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.613224,
            53.704122
          ],
          [
            -1.613271,
            53.704299
          ],
          [
            -1.613291,
            53.704374
          ],
          [
            -1.613459,
            53.704343
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83221053, WF17 6DD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6132339558125524,
          53.70412041408943
        ]
      }
    }
  ]
}