Skip to content

Instantly share code, notes, and snippets.

@yask123
Created October 30, 2015 17:48
Show Gist options
  • Select an option

  • Save yask123/445816c2c1476cb7a986 to your computer and use it in GitHub Desktop.

Select an option

Save yask123/445816c2c1476cb7a986 to your computer and use it in GitHub Desktop.
// random data
var data = {
color: '#FF0000',
size: 20,
lat: 52.3747158,
lon: 4.8986231,
size: 20
};
// add a block in realtime after getting data
globe.addBlock(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment