var projection = d3.geo.albers()
.center([0, 55.4])
.rotate([4.4, 0])< /p>
.parallels([50, 60])
.scale(6000)
.translate([width / 2, height / 2]).