{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Old Clements Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.431799,
            52.079771
          ],
          [
            0.431866,
            52.079662
          ],
          [
            0.431664,
            52.079357
          ],
          [
            0.431389,
            52.078943
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010695070, CB9 8HD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.4317990713308481,
          52.079771239276035
        ]
      }
    }
  ]
}