traces are now gzipped
This commit is contained in:
@@ -2091,8 +2091,8 @@ function selectPlaneByHex(hex, options) {
|
||||
|
||||
|
||||
if (!options.noFetch && globeIndex && hex) {
|
||||
var URL1 = 'data/traces/'+ hex.slice(-2) + '/trace_recent_' + hex + '.json';
|
||||
var URL2 = 'data/traces/'+ hex.slice(-2) + '/trace_full_' + hex + '.json';
|
||||
var URL1 = 'data/traces/'+ hex.slice(-2) + '/trace_recent_' + hex + '.json.gz';
|
||||
var URL2 = 'data/traces/'+ hex.slice(-2) + '/trace_full_' + hex + '.json.gz';
|
||||
//console.log('Requesting trace: ' + hex);
|
||||
|
||||
var req1 = $.ajax({ url: URL1,
|
||||
|
||||
Reference in New Issue
Block a user