{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cherry Tree Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.223408,
            52.194708
          ],
          [
            -2.223906,
            52.19463
          ],
          [
            -2.224403,
            52.194553
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014144643, WR1 3AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.224402361012161,
          52.1945620026715
        ]
      }
    }
  ]
}