D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
espinielli
Full window
Github gist
Rotating Cahill-Keyes projection
Rotating
Cahill-Keyes projection
Inspired by Mike's Rotating maps:
Rotating Transverse Mercator
Rotating Orthographic
Rotating Equirectangular
Rotating Winkel Tripel
)
<!DOCTYPE html> <head> <meta charset="utf-8"> <title>Cahill-Keyes rotating map</title> </head> <body> <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>