slfisher 0 Posting Whiz

Ah, yes, the wonderful Christmas tradition of watching Santa's travels around the world using a missile defense system.

It's actually a very sweet story. "The tradition began in 1955 after a Colorado Springs-based Sears Roebuck & Co. advertisement for children to call Santa misprinted the telephone number," explains the NORAD Santa website. "Instead of reaching Santa, the phone number put kids through to the CONAD Commander-in-Chief's operations "hotline." The Director of Operations at the time, Colonel Harry Shoup, had his staff check radar for indications of Santa making his way south from the North Pole. Children who called were given updates on his location, and a tradition was born."

Shoup must have had a hell of a sense of humor for a military man during the Cold War. The call actually came in on the .

CONAD was replaced by NORAD in 1958, and the tradition continued, each year using state-of-the-art technology to track Santa. Currently, the organization said it uses four high-tech systems to track Santa – radar, satellites (using the infrared signature from Rudolph's nose), Santa Cams, and fighter jets.

Google got involved in 2004, before Keyhole Systems was even part of Google, and has since used Google Earth and Sketchup to help track Santa. In 2005, Google devoted 20 machines to the project, which let 250,000 people track Santa; in 2006, more than a million people tracked Santa.

In 2007, Google became an official "Santa tracking partner' and hosted the website, as well as adding YouTube videos, for several million people.

New this year is a Twitter feed -- @noradsanta -- geolocated photos, and support for Google Maps on mobile phones, as well as the traditional website (from which you can also download a Google Earth application that lets you watch him in real time and 3D).

Merry Christmas.

Dani AI

Generated

A short, practical companion to ’s post: the Santa feed you see in Google Earth/Maps is usually exposed as a KML/KMZ “network link” that streams a small KML from a remote server and asks the client to refresh it on a schedule or when the camera/view changes. For a smooth desktop experience, prefer the desktop Google Earth and treat the tracker as a live NetworkLink you can tune (refresh behavior, intervals, view-based refresh). See the KML NetworkLink documentation for the exact refresh controls and how they behave. (KML Reference).

How to get the best result in practice:

  • Desktop Google Earth Pro: open or drag the .kml/.kmz into Google Earth (or use File > Open). The live tracker should appear under Temporary/My Places. Right‑click the network link and examine Properties to see or change refresh settings (refresh mode, refresh interval, view refresh).
  • Google Earth (web): use New > Import KML (or the web import flow) to load a KML, but be aware the web client behaves differently from the desktop when it comes to live links. The import workflow is described on Google’s Earth docs. (Import KML into Google Earth).

Troubleshooting and performance tips:

  • If updates are too frequent or the client feels sluggish, change the link to a longer refresh interval or to a view‑based/manual refresh so it only pulls when you ask. The KML spec documents the exact tags to control this. (KML Reference).
  • Stale imagery or missing updates: clear the disk cache in Google Earth Pro and restart (Tools > Options > Cache on Windows; Preferences > Cache on Mac). The official Google Earth Help page shows repair and cache steps. ().
  • Note: web and mobile Earth clients run in a browser/app and enforce cross-origin rules — NetworkLinks will only load there if the server serves the KML with correct CORS headers and is publicly reachable; desktop Earth Pro does not have that restriction. That difference commonly explains “works on desktop, not on the web/mobile” problems. (see practical notes on NetworkLink/CORS). (Google Earth Web - network link discussion)

These small edits (longer refresh, manual refresh, cache clear) usually give a far better, less resource-heavy tracking experience without losing the live feel.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.