HTML Live ISS Tracker by ESA
While looking for a web-based space station tracker as alternative to the Raspberry Pi-based ISS-Above, I found NASA's Spot the Station and embedded on that page is a live ISS Tracker by ESA. I've found this ESA component embedded in several other ISS-related web sites. It is the "ISS Tracker" tab of the High Definition Earth Viewing Experiment page on UStream.tv. And the ESA has a "Where is the International Space Station?" page that also has this tracker embedded. This tracker is nifty and popular enough for a closer look.
Most of the embeds show two parts to this tracking component. The top part has an ISS track overlaid on top of a global view, and the bottom part is a Google Maps component showing the "For development purposes only" text that is shown when there's a problem with the API key. I originally thought these were two separate items because I only saw the ISS track embedded on the ESA "Where is the ISS" page and I saw the Google error on a different ISS tracker web site. But bringing the ESA tracker up on its own web site showed they are both part of the same thing. I would like to understand how the "Where is the ISS" page managed to embed the global view component without the Google Maps part.
The default view is also quite tiny, but it doesn't have to stay that way. We get the best view when we press the full screen icon just to the right of the Metric / Imperial switch. This drops the problematic Google Maps portion and fills the screen with global view. Despite the tiny default low resolution view, the graphics scale quite well and look pretty good even full screen on an 4K display.
I would like to know how to jump straight to this screen without user input, but there are deliberate barriers against public web sites going full screen without user input. Such a mechanism is too easy to be abused by malicious people creating spoofs. If I want to display HTML content fullscreen, I'll have to find some other way to present it. One possibility is to use ElectronJS turning it into a native app (which doesn't have the same restrictions as a browser for public sites) and create a window with fullscreen
set to true
.
These programming details will need to be sorted out if I want to make a project out of it. In the immediate future, I can experiment by manually pushing the full screen button to see how the site behaves on obsolete PC hardware.