I am trying to make a map of North Carolina, USA. Everything is working until I change
var path = d3.geoPath();
to
var path = d3.geoPath().projection(projection);
When I do that, the map turn into this triangle off the top right corner.
Block: http://bl.ocks.org/Ognami/0ce1d2777c97f4adedfd06e32996076a