{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Henley Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.029982,
            53.835748
          ],
          [
            -3.030318,
            53.835706
          ],
          [
            -3.030654,
            53.835665
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070843298, FY2 0SX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.030654093761009,
          53.83568305636082
        ]
      }
    }
  ]
}