{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Berwick Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.097946,
            51.374962
          ],
          [
            0.098224,
            51.375429
          ],
          [
            0.098428,
            51.375771
          ],
          [
            0.09837,
            51.3759
          ],
          [
            0.098112,
            51.375993
          ],
          [
            0.097854,
            51.376087
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070009013, BR6 0FD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.09824120453527177,
          51.37545091422575
        ]
      }
    }
  ]
}