Experimental json changes

This commit is contained in:
Oliver Jowett 2014-11-23 16:02:11 +00:00
parent bff92c4ad7
commit 6910a4bf4d
4 changed files with 66 additions and 3 deletions
public_html

View file

@ -18,7 +18,7 @@ CenterLon = Number(localStorage['CenterLon']) || CONST_CENTERLON;
ZoomLvl = Number(localStorage['ZoomLvl']) || CONST_ZOOMLVL;
function fetchData() {
$.getJSON('/dump1090/data.json', function(data) {
$.getJSON('data/aircraft.json', function(data) {
PlanesOnMap = 0
SpecialSquawk = false;