{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walker's Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.503061,
            53.682277
          ],
          [
            -1.5029,
            53.682318
          ],
          [
            -1.502738,
            53.682359
          ],
          [
            -1.502649,
            53.682412
          ],
          [
            -1.50256,
            53.682464
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63171036, WF1 2TE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5030614286595247,
          53.68227744480544
        ]
      }
    }
  ]
}