{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Paddock",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.251825,
            51.326475
          ],
          [
            -1.251467,
            51.326559
          ],
          [
            -1.251318,
            51.326594
          ],
          [
            -1.251094,
            51.326589
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008498049, RG20 5SP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2511431191583986,
          51.32658962428156
        ]
      }
    }
  ]
}