{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tucker's Yard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.228036,
            52.557872
          ],
          [
            -0.228185,
            52.557814
          ],
          [
            -0.228334,
            52.557755
          ],
          [
            -0.228527,
            52.557721
          ],
          [
            -0.228719,
            52.557688
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008063993, PE2 8EU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.22803567212442874,
          52.55787229898348
        ]
      }
    }
  ]
}