{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilsons Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.15774,
            52.039892
          ],
          [
            -0.157476,
            52.039578
          ],
          [
            -0.157212,
            52.039264
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013806621, SG7 5NS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.15773990821075104,
          52.03989242359074
        ]
      }
    }
  ]
}