{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Highgate Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.058068,
            51.439441
          ],
          [
            -0.057723,
            51.439319
          ],
          [
            -0.057378,
            51.439196
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023228314, SE23 3UG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.05807083222303327,
          51.43944984086131
        ]
      }
    }
  ]
}