{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kenyon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.287845,
            53.59911
          ],
          [
            -2.287355,
            53.599201
          ],
          [
            -2.286864,
            53.599292
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210006386, BL9 6DT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2878452833925897,
          53.59910954651727
        ]
      }
    }
  ]
}