{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gardners Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.096278,
            51.511037
          ],
          [
            -0.096389,
            51.510786
          ],
          [
            -0.0965,
            51.510535
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "95504586, EC4V 3PN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.09638497220131266,
          51.510787229002226
        ]
      }
    }
  ]
}