vl.markGeoshape({stroke: '#fff'})
.data(vl.topojson("https://gist.githubusercontent.com/Flave/832ebba5726aeca3518b1356d9d726cb/raw/d0c509f5029765ce99cb55ddab19827da1897edb/world-regions-no-world.topojson")
.feature("regions"))
.project(vl.projection("naturalEarth1"))
.width(width)
.height(width / 2.5)
.render()