{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Popham Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.111775,
            51.454281
          ],
          [
            -2.1116,
            51.454432
          ],
          [
            -2.111545,
            51.454479
          ],
          [
            -2.111632,
            51.454595
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023981056, SN15 3BX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1117752144097235,
          51.45428050521594
        ]
      }
    }
  ]
}