{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wyndham Gardens",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.942835,
            52.416821
          ],
          [
            -1.942797,
            52.417432
          ],
          [
            -1.942759,
            52.418043
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023493001, B30 1DX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.942834559997131,
          52.41682072830214
        ]
      }
    }
  ]
}