maltrail icon indicating copy to clipboard operation
maltrail copied to clipboard

Add support for The WebGL Globe

Open stamparm opened this issue 11 years ago • 1 comments

http://www.chromeexperiments.com/globe https://github.com/dataarts/webgl-globe

stamparm avatar Jan 19 '15 20:01 stamparm

Data Format:

The following illustrates the JSON data format that the globe expects:

var data = [
    [
    'seriesA', [ latitude, longitude, magnitude, latitude, longitude, magnitude, ... ]
    ],
    [
    'seriesB', [ latitude, longitude, magnitude, latitude, longitude, magnitude, ... ]
    ]
];

stamparm avatar Jan 19 '15 20:01 stamparm