{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Leek Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.343353,
            53.562776
          ],
          [
            -2.343362,
            53.562884
          ],
          [
            -2.34337,
            53.562992
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210006487, M26 3GP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3433533888523588,
          53.56277601719207
        ]
      }
    }
  ]
}