{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Riding",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.548548,
            51.826075
          ],
          [
            -1.548556,
            51.82603
          ],
          [
            -1.548563,
            51.825985
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033230787, OX29 9NH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5485632815425587,
          51.82598507879657
        ]
      }
    }
  ]
}