Skip to content

Commit

Permalink
Add GNSS satellites for MEO testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowm committed Mar 21, 2023
1 parent 760f6e5 commit 3de7572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/tle/update-tle.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const groups = [
// "gorizont",
// "raduga",
// "molniya",
// "gnss",
"gnss",
// "gps-ops",
// "glo-ops",
// "galileo",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cc.sats.addFromTleUrls([
["data/tle/groups/starlink.txt", ["Starlink"]],
["data/tle/groups/oneweb.txt", ["OneWeb"]],
["data/tle/groups/globalstar.txt", ["Globalstar"]],
["data/tle/groups/gnss.txt", ["GNSS"]],
["data/tle/groups/resource.txt", ["Resource"]],
["data/tle/groups/science.txt", ["Science"]],
["data/tle/groups/stations.txt", ["Stations"]],
Expand Down

0 comments on commit 3de7572

Please sign in to comment.