{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oaklands Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.35938,
            51.451176
          ],
          [
            -0.359327,
            51.450649
          ],
          [
            -0.359275,
            51.450122
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070719260, TW2 7JQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3593805701490488,
          51.45118505106495
        ]
      }
    }
  ]
}