{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Almond Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.221925,
            53.211037
          ],
          [
            -1.221476,
            53.210992
          ],
          [
            -1.221027,
            53.210947
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013067419, NG20 8HA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2218849227971929,
          53.21105751133992
        ]
      }
    }
  ]
}