{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beauchamp Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.109717,
            51.519465
          ],
          [
            -0.110151,
            51.519422
          ],
          [
            -0.110585,
            51.51938
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "5150829, EC1N 7SY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.10971651921876913,
          51.519464832414826
        ]
      }
    }
  ]
}