{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fifth Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.22037,
            51.883847
          ],
          [
            0.2206,
            51.883659
          ],
          [
            0.220831,
            51.88347
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002184555, CM24 1RY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.22078626773419588,
          51.88345278318024
        ]
      }
    }
  ]
}