{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Warren Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.323232,
            53.586957
          ],
          [
            -2.323422,
            53.587091
          ],
          [
            -2.323611,
            53.587225
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210007787, BL8 2DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.323231766519177,
          53.586956813198135
        ]
      }
    }
  ]
}