Experimental json changes
This commit is contained in:
parent
bff92c4ad7
commit
6910a4bf4d
4 changed files with 66 additions and 3 deletions
public_html
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue