block by mbostock 29cddc0006f8b98eff12e60dd08f59a7

Every Map Projection

Full Screen

This image shows every map projection class in d3-geo and d3-geo-projection. The total number of map projections is much larger (nearly infinite) because most projection classes represent a projection family rather than a specific projection: using projection.rotate, for example, you can specify different aspects; and many projection classes, such as conic projections, are parameterizable.

This image also does not include D3’s polyhedral projections, which are defined in d3-geo-polyhedron and are not yet updated to D3 4.0. For Dymaxion fans, see also Jason Davies’ implementation of Airocean World.

index.html

<!DOCTYPE html>
<meta charset="utf-8">
<style>

img {
  width: 100%;
}

</style>
<a href="all.gif" target="_blank"><img src="all.gif"></a>