{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sudren Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.33982,
            53.598488
          ],
          [
            -2.339621,
            53.59848
          ],
          [
            -2.339422,
            53.598472
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210007550, BL8 3AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3393967158694267,
          53.59843503370134
        ]
      }
    }
  ]
}