{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Red Deer Park Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.666341,
            53.642777
          ],
          [
            -1.665561,
            53.642769
          ],
          [
            -1.664781,
            53.642762
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83207299, WF4 4EG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6663579905740595,
          53.64279182027824
        ]
      }
    }
  ]
}