{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vineyard Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.109996,
            51.524541
          ],
          [
            -0.109703,
            51.524705
          ],
          [
            -0.109409,
            51.52487
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010437686, EC1R 3EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.10999643130901228,
          51.52454112990946
        ]
      }
    }
  ]
}