{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alexandra Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.376514,
            51.211751
          ],
          [
            1.376066,
            51.211508
          ],
          [
            1.375618,
            51.211264
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034879775, CT14 9LF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.3765176879282957,
          51.211744043486156
        ]
      }
    }
  ]
}