{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Granby Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.336455,
            53.600942
          ],
          [
            -2.33657,
            53.600829
          ],
          [
            -2.336686,
            53.600716
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210005965, BL8 3AF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3364550496449548,
          53.600942094432746
        ]
      }
    }
  ]
}