How to center on a point with d3.carto.map.
The centerOn function can take "latlong" coordinates, which are latitude and longitude in XY order, or "scaled" coordinates, which are XY coordinates in the scaled space on the map. You can get latlong from d3.geo.centroid() and scaled from d3.geo.path.centroid().