{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Ponds",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.434975,
            51.363356
          ],
          [
            -0.435431,
            51.363447
          ],
          [
            -0.435887,
            51.363537
          ],
          [
            -0.435974,
            51.363544
          ],
          [
            -0.43606,
            51.36355
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033323617, KT13 0HU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.43500427458140223,
          51.36334752535036
        ]
      }
    }
  ]
}