{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walnut Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.070437,
            51.795305
          ],
          [
            -0.07015,
            51.795466
          ],
          [
            -0.069863,
            51.795627
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034628395, SG13 7EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.06975003111999628,
          51.79565370326555
        ]
      }
    }
  ]
}