{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Diana Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.169789,
            51.497043
          ],
          [
            -3.169559,
            51.497072
          ],
          [
            -3.169362,
            51.497019
          ],
          [
            -3.16895,
            51.496908
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014199937, CF24 4UA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.168949917925697,
          51.49690765161842
        ]
      }
    }
  ]
}