{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wakefield Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.124093,
            51.526692
          ],
          [
            -0.123628,
            51.526792
          ],
          [
            -0.123162,
            51.526893
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "5150569, WC1H 9QW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.12403430206670067,
          51.526717853801024
        ]
      }
    }
  ]
}