A Cahill-Keyes map projection with a blueish color scheme to mimic the background of The Daily Show. Requested by Gene in order to propose it to Jon Stewart's show.
This map is set with a width of 2000 pixels, but can be changed to a bigger one (it will just take more time and space when converting it).
In order to save a png image, follow Mike Bostock's instructions.
xxxxxxxxxx
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="map.css">
<title>Cahill-Keyes blues map</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="map.js"></script>