Trying to do a multipolar reinterpolation of each face - we need to nicely project a triangle onto a triangle
AT THIS POINT IT'S STILL WORSE THAN GNOMONIC :)
Doing some bibliographic research it appears that you can try instead with
but maybe there is a better idea… it's frustrating cause doesn't seem that complicated!
forked from espinielli's block: Icosahedron [UNLISTED]
forked from Fil's block: Icosahedron Chamberlin [UNLISTED]
forked from Fil's block: Icosahedron Chamberlin [UNLISTED]
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="d3-geo.js"></script>
<script src="d3-geo-projection.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