earthjs
Version:
D3 Earth JS using SVG, Canvas & THREE js, build with some plugins.
25 lines (24 loc) • 731 B
HTML
<style>
body {
font-size: 3em;
}
.a-container {
display: inline-block;
background: aliceblue;
text-align: center;
}
a {
/*width: 350px;*/
padding: 20px;
display: inline-block;
}
</style>
<div class="a-container">
<a href="20-map/2-globe_map_1a.html">- Choropleth</a><br>
<a href="20-map/2-globe_map_1b.html">- Choropleth ||</a><br>
<a href="16-threejs-demo/3-small_arms_3_.html">- Flight Line</a><br>
<a href="10-threejs/3-3d-globe.html">- Show Cina Extruded</a><br>
<a href="10-threejs/3-3d-usa.html">- Show only Canada, US, Mexico</a><br>
<a href="16-threejs-demo/2-country_select_.html">- Selection & Color Code</a><br>
<a href="09-readme/demo.html">- D.E.M.O.</a>
</div>