Sabena: Brussels to New York

Scroll to start

.cover { bottom: 0; opacity: 1; background-size: auto 90%; background-position: center center; background-repeat: no-repeat; } .map{ opacity:0; }

Sabena: Brussels to New York

Come along on this journey from Brussels to New York and back again with a few stops in-between with the Belgian national airline Sabena. Explore the journey as it was in the 1950s.

The map was published as a single stand alone map illustrating the journey from Brussels to New York and back again. They published a series of different single route maps. Each would have distinctly different cover design.

/* we should always add a keyframe before movement, bearing in mind that we can scroll backwards */ .cover { bottom: 0; opacity: 1; } .map { bottom: -100%; opacity: 0; transform: scale(1); }

From Brussels to New York and back again via stop-over in Shannon, Ireland and Gander, Newfoundland.

.cover { bottom: 100%; opacity: 0; } .map { transition: all 1.5s ease-in-out; bottom:auto; opacity: 1; transform: scale(1); transform-origin:0 0; background-size:97% auto; background-repeat: no-repeat; background-position: center center; }

We start the journey at Brussels Airport. The route was first flown by Douglas DC-4 and later on DC-6s, a four engine aircraft. Total distance would be 5925 km for the round-trip.

.map { opacity: 1; transform: scale(4) translate(0px, 0%); transform-origin: 100% 50%; background-repeat: no-repeat; background-size:100%; background-position: 0 50%; }

On the outbound leg only flights would land in Shannon, Ireland for refuelling.

.map { opacity: 1; transform: scale(5.5) translate(0px, 0%); transform-origin: 70% 50%; background-repeat: no-repeat; background-size:100%; background-position: 0 50%; }

On the return journey from New York flights would bypass Shannon. This was due to prevailing winds generated by the jet stream, helping them cross the Atlantic more efficiently.

.map { opacity: 1; transform: scale(4) translate(0px, 0%); transform-origin: 70% 50%; background-repeat: no-repeat; background-size:100%; background-position: 0 50%; }

Up until recently Shannon was also used by British Airways to refuel on their London City to New York JFK route due to the short runway at City airport. This route has now been discontinued.

.map { transform: scale(4) translate(0px, 0%); }

All flight would stop for refuelling in Gander, Newfoundland. For decades Gander was the meeting point for a huge variety of airlines who would otherwise never cross paths, such as Interflug & Aeroflot flights bound for Cuba who would also the airport.

.map { transform: scale(5) translate(0px, 0%); transform-origin: 55% 50%; }

Sabena was involved with one the world's first major air accidents, when their DC-4 went down on approach to Gander airport during bad weather. The remains of the aircraft can still be found at the crash site. Of the 44 people onboard 18 survived.

Sabena used La Guardia airport in New York.

.slide3 { transform: scale(3) translate(0px, 0%); transform-origin: 0% 50%; }

La Guardia was the New York international airport before Idlewild Airport opened in 1948 (now known as John F. Kennedy). This dates this map to either late 1940s or early 1950s. Today La Guardia is exclusively a domestic airport.

.map { transform: scale(4.5) translate(0px, 0%); transform-origin: 0% 50%; background-repeat: no-repeat; background-size:100%; background-position: 0 50%; }

Thank you.

.map { bottom:auto; transform: scale(1); transform-origin:0 0; background-size:97% auto; background-repeat: no-repeat; background-position: center center; }