{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nuns Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.615702,
            54.971675
          ],
          [
            -1.615512,
            54.971949
          ],
          [
            -1.615322,
            54.972222
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510714556, NE1 5RE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6157022019015517,
          54.971675255845945
        ]
      }
    }
  ]
}