{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Morrells Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.697479,
            50.804738
          ],
          [
            -0.697016,
            50.804884
          ],
          [
            -0.696906,
            50.804873
          ],
          [
            -0.696619,
            50.804843
          ],
          [
            -0.696324,
            50.804947
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023372210, PO21 5BQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.6974921774064303,
          50.80472932343449
        ]
      }
    }
  ]
}