{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Foxhole Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.049776,
            52.976913
          ],
          [
            0.049677,
            52.977254
          ],
          [
            0.049578,
            52.977595
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008184336, PE22 0PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.04617017128556349,
          52.98692639875716
        ]
      }
    }
  ]
}