Remove tlejs test code

merge-requests/237/merge
Tag 2023-02-25 12:32:45 -08:00
rodzic 6017494a6a
commit 8fab79cbc0
1 zmienionych plików z 1 dodań i 9 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
// All rights reserved.
// See LICENSE for more information.
const tle = require("tle.js");
const tlejs = require("tle.js");
const pjson = require("./package.json");
var gtVersionStr = pjson.version
var gtVersion = parseInt(gtVersionStr.replace(/\./g, ""));
@ -13219,14 +13219,6 @@ function postInit()
devPanel.style.display = "inline-block";
}
nodeTimers.setInterval(removeFlightPathsAndDimSquares, 2000);
const testTle = `ISS (ZARYA)
1 25544U 98067A 17206.18396726 .00001961 00000-0 36771-4 0 9993
2 25544 51.6400 208.9163 0006317 69.9862 25.2906 15.54225995 67660`;
const optionalTimestampMS = 1502342329860;
const latLonObj = tle.getLatLngObj(testTle, optionalTimestampMS);
console.log(latLonObj);
}
document.addEventListener("dragover", function (event)