{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Camm Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.594922,
            53.510941
          ],
          [
            -2.595163,
            53.510917
          ],
          [
            -2.595404,
            53.510894
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063841, WN2 5QY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5952078885685674,
          53.51092154047821
        ]
      }
    }
  ]
}