A reconstruction of Reichard's cubic globe as described by Furuti.
See also Earth in a Cube II.
This is D3v3 with the addition of a polyhedron.js
from
Jason Davies that I originally used in
Cahill-Keyes' map projection.
This library unfortunatelly never made it officially into D3 geo...
Forked from espinielli's block: Cahill-Keyes blues
xxxxxxxxxx
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="map.css">
<title>Earth in a Cube I</title>
</head>
<body>
<div id="map"></div>
<script src="d3.v3.1.8.js"></script>
<script src="d3.geo.projection.min.js"></script>
<script src="d3.geo.polyhedron.js"></script>
<script src="topojson.v1.min.js"></script>
<script src="versor.js"></script>
<script src="map.js"></script>