Hello, I’m trying to put a dot on the centroid of each face of an icosahedral projection.
I tried to get geometries using projection.polygons().features, but the returned geometries does not align with the rendered faces and they are neither the inverse icosahedral:
the default rotation aspect for this projection is not [0, 0]; you could try path2 = d3.geoPath(d3.geoIcosahedral().rotate([0, 0])) and use that to draw the polygons and their centroids.