Jarke van Wijk's icosahedral foldout from Fig 8 in [1].
Angle of rotation manually guessed.
Using "hack" as suggested by Fil's comment.
[1] Jarke J. van Wijk, "Unfolding the Earth: Myriahedral Projections", The Cartographic Journal Vol. 45 No. 1 pp. 32–42 February 2008
forked from espinielli's block: Icosahedron
xxxxxxxxxx
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="map.css">
<title>Earth in an Icosahedron</title>
</head>
<body>
<div id="map"></div>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/topojson.v2.min.js"></script>
<script src="https://unpkg.com/d3-geo"></script>
<script src="https://unpkg.com/d3-geo-polygon"></script>
<script src="https://recifs.neocities.org/d3-geo-projection-clip-polyhedral.js"></script>
<script src="versor.js"></script>
<script src="map.js"></script>
https://d3js.org/d3.v4.min.js
https://d3js.org/topojson.v2.min.js
https://unpkg.com/d3-geo
https://unpkg.com/d3-geo-polygon
https://recifs.neocities.org/d3-geo-projection-clip-polyhedral.js