{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bussey's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.72899,
            52.578523
          ],
          [
            1.728812,
            52.578518
          ],
          [
            1.728635,
            52.578513
          ],
          [
            1.728546,
            52.578521
          ],
          [
            1.728458,
            52.578528
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023458695, NR31 6RE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7278009065061344,
          52.57860580848823
        ]
      }
    }
  ]
}