diff --git a/package.nw/lib/gt.js b/package.nw/lib/gt.js index 5a95564..6a72474 100644 --- a/package.nw/lib/gt.js +++ b/package.nw/lib/gt.js @@ -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)