{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Richmond Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.226969,
            51.547437
          ],
          [
            -0.226866,
            51.547282
          ],
          [
            -0.226764,
            51.547128
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "202052316, NW10 2QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.22698294011752404,
          51.54743685856657
        ]
      }
    }
  ]
}