{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bradleys Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.233002,
            53.482488
          ],
          [
            -2.23273,
            53.482349
          ],
          [
            -2.232458,
            53.482211
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023062858, M1 1DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2330022242025582,
          53.48248812500895
        ]
      }
    }
  ]
}