Plot points on the see-through globe.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!(function(d3) | |
{ | |
var constant = function(d) | |
{ | |
return function constant() | |
{ | |
return d; | |
} | |
} | |

This sample listens deviceorientation
event to change the angle of the view.
Try it on devices with gyroscope.
I used Floating Landmasses as a reference for the appearance.
See-Through Globe with Drop Shadow 2
OlderNewer