{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Paddocks",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.526205,
            52.14314
          ],
          [
            -0.527003,
            52.142964
          ],
          [
            -0.527099,
            52.143109
          ],
          [
            -0.527514,
            52.143737
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024232625, MK43 8LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5275434714606644,
          52.14373725791118
        ]
      }
    }
  ]
}