{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sherdley Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.236832,
            53.51803
          ],
          [
            -2.236735,
            53.518214
          ],
          [
            -2.236638,
            53.518399
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023069060, M8 4GE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.236832046701982,
          53.51802981962992
        ]
      }
    }
  ]
}