Compare commits
4 Commits
V.2.8.1-2.1
...
unstable
| Author | SHA1 | Date | |
|---|---|---|---|
| e5c920e42d | |||
| 3fa4818ff2 | |||
| 17566877ff | |||
| 305a16b796 |
@@ -1,3 +0,0 @@
|
||||
[submodule "liveatc_update"]
|
||||
path = liveatc_update
|
||||
url = http://server1.nicholaspease.com:2000/LAX18/LiveATC-Database-Updater.git
|
||||
+4
-4
@@ -50,7 +50,7 @@ function playPLS(url, title) {
|
||||
// PLS INFO
|
||||
const proxyurl = "http://" + window.location.hostname + ":7000/";
|
||||
var request = $.ajax({
|
||||
url: 'information/liveatc.json',
|
||||
url: 'https://server1.nicholaspease.com/reports/liveatc.json',
|
||||
timeout: 5000,
|
||||
cache: true,
|
||||
dataType: 'json'
|
||||
@@ -93,7 +93,7 @@ function playPause() {
|
||||
function listStations() {
|
||||
document.getElementById("atc_selector").innerHTML = ""
|
||||
var request = $.ajax({
|
||||
url: 'information/liveatc.json',
|
||||
url: 'https://server1.nicholaspease.com/reports/liveatc.json',
|
||||
timeout: 5000,
|
||||
cache: true,
|
||||
dataType: 'json'
|
||||
@@ -135,7 +135,7 @@ function selectState(state) {
|
||||
var node = document.createElement("hr")
|
||||
document.getElementById("atc_selector").appendChild(node)
|
||||
var request = $.ajax({
|
||||
url: 'information/liveatc.json',
|
||||
url: 'https://server1.nicholaspease.com/reports/liveatc.json',
|
||||
timeout: 5000,
|
||||
cache: true,
|
||||
dataType: 'json'
|
||||
@@ -188,7 +188,7 @@ function selectAirport(airport, state) {
|
||||
var node = document.createElement("hr")
|
||||
document.getElementById("atc_selector").appendChild(node)
|
||||
var request = $.ajax({
|
||||
url: 'information/liveatc.json',
|
||||
url: 'https://server1.nicholaspease.com/reports/liveatc.json',
|
||||
timeout: 5000,
|
||||
cache: true,
|
||||
dataType: 'json'
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ function initializeSchedulesPage() {
|
||||
document.getElementById("itin_body").innerHTML = ""
|
||||
document.getElementById("itin_img").setAttribute("src", 'images/black.jpg')
|
||||
FetchPending = $.ajax({
|
||||
url: 'information/liveatc.json',
|
||||
url: 'https://server1.nicholaspease.com/reports/liveatc.json',
|
||||
timeout: 5000,
|
||||
cache: false,
|
||||
dataType: 'json',
|
||||
|
||||
Submodule liveatc_update deleted from 859d87a419
+1
-1
@@ -1,7 +1,7 @@
|
||||
sudo python /usr/share/dump1090-mutability/html/python/battery.py & > /dev/null 2>&1 &
|
||||
sudo python /usr/share/dump1090-mutability/html/python/api.py & > /dev/null 2>&1 &
|
||||
sudo node /usr/share/dump1090-mutability/html/scripts/internet_data.js & > /dev/null 2>&1 &
|
||||
/usr/bin/wget http://server1.nicholaspease.com:6500/reports/liveatc.json -O /home/pi/dump1090-info/liveatc.json
|
||||
/usr/bin/wget https://server1.nicholaspease.com/reports/liveatc.json -O /home/pi/dump1090-info/liveatc.json
|
||||
|
||||
export PORT=8080
|
||||
sudo node /home/pi/cors-anywhere/server.js
|
||||
Reference in New Issue
Block a user