{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Headborough Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.916325,
            52.619356
          ],
          [
            -1.916184,
            52.619518
          ],
          [
            -1.916043,
            52.61968
          ],
          [
            -1.915995,
            52.619743
          ],
          [
            -1.915946,
            52.619807
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014142103, WS9 8SN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9163097986223274,
          52.61935647266894
        ]
      }
    }
  ]
}