Add New Meteor M2-3 Satellite to Track List
This commit is contained in:
+5
-2
@@ -54,20 +54,23 @@ function createSection(json) {
|
||||
getSatelliteInfo("28654"),
|
||||
getSatelliteInfo("33591"),
|
||||
getSatelliteInfo("40069"),
|
||||
getSatelliteInfo("25544")
|
||||
getSatelliteInfo("25544"),
|
||||
getSatelliteInfo("57166")
|
||||
]);
|
||||
let NOAA15 = response[0]
|
||||
let NOAA18 = response[1]
|
||||
let NOAA19 = response[2]
|
||||
let METEORM2 = response[3]
|
||||
let ISS = response[4]
|
||||
let METEORM23 = response[5]
|
||||
|
||||
N15HTML = createSection(NOAA15)
|
||||
N18HTML = createSection(NOAA18)
|
||||
N19HTML = createSection(NOAA19)
|
||||
METHTML = createSection(METEORM2)
|
||||
ISSHTML = createSection(ISS)
|
||||
var messagehtml = headerhtml + N15HTML + N18HTML + N19HTML + METHTML + ISSHTML + footerhtml
|
||||
MET23HTML = createSection(METEORM23)
|
||||
var messagehtml = headerhtml + N15HTML + N18HTML + N19HTML + METHTML + MET23HTML + ISSHTML + footerhtml
|
||||
var margins = {
|
||||
top: "50",
|
||||
bottom: "50",
|
||||
|
||||
Reference in New Issue
Block a user