{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Buckingham Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.339314,
            51.43935
          ],
          [
            0.339496,
            51.439415
          ],
          [
            0.339677,
            51.43948
          ],
          [
            0.339898,
            51.439556
          ],
          [
            0.34012,
            51.439631
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012023351, DA11 9PR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.3393143390365104,
          51.4393502389387
        ]
      }
    }
  ]
}