Skip to content

Commit 5c78a62

Browse files
replaced hysplit json url with CORS enabled one
1 parent 2a9568c commit 5c78a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function trackerInit() {
7777
if(embed.graph) $('#telemetry_graph').attr('style','');
7878

7979
// fetch hysplit jobs
80-
$.getJSON("http://spacenear.us/tracker/hysplit.json", function(data) {
80+
$.getJSON("http://spacenear.us/tracker/datanew.php?type=hysplit&format=json", function(data) {
8181
for(var k in data) {
8282
hysplit[k] = new google.maps.KmlLayer("http://ready.arl.noaa.gov/hypubout/HYSPLITtraj_" + data[k] + ".kmz");
8383
}

0 commit comments

Comments
 (0)