{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Orchards",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.688917,
            53.685124
          ],
          [
            -1.688645,
            53.685222
          ],
          [
            -1.688644,
            53.685222
          ],
          [
            -1.688672,
            53.68541
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83208740, WF14 0AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.688917270436803,
          53.68512399955188
        ]
      }
    }
  ]
}