{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brimley Hill Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.246854,
            51.323713
          ],
          [
            -1.246993,
            51.323648
          ],
          [
            -1.247132,
            51.323583
          ],
          [
            -1.247236,
            51.323546
          ],
          [
            -1.24734,
            51.323509
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008495285, RG20 5NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.246812736538411,
          51.323720426856866
        ]
      }
    }
  ]
}