{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ambleside Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.164237,
            51.792235
          ],
          [
            1.164413,
            51.792055
          ],
          [
            1.164454,
            51.792014
          ],
          [
            1.164589,
            51.791875
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007944144, CO15 6BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.1642367663687923,
          51.7922262250388
        ]
      }
    }
  ]
}