{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Redbrook Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.224889,
            51.570511
          ],
          [
            -3.224778,
            51.570048
          ],
          [
            -3.224775,
            51.570035
          ],
          [
            -3.22449,
            51.569616
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "43083849, CF83 1ED",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2247753465915805,
          51.57004421958713
        ]
      }
    }
  ]
}