-
-
Save yask123/445816c2c1476cb7a986 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // 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