// Adds dimensions UUID, Author and Topic into GA4
Monday, December 8, 2025
26.8 C
Singapore

Singapore Flag at Changi Airport installed incorrectly?

Netizens have been circulating the photo above, suggesting that the installation at Changi Airport features a flag that’s flying backwards instead of forwards.

Many have commented that this is a fail on the part of the airport and the photo has been carried on several Facebook pages and a few local news websites.

However, the fact is that the flag is deliberately blowing backwards in this installation, which is a replica of the NS Landmark located at the Singapore Armed Forces’ Basic Military Training Centre (BMTC).

NS Landmark 1

The original installation has two sides, one showing the flag flying correctly and the reverse side showing a Singapore soldier.

20139721 10155012873993577 2487163688744965389 n

DYBMT2

See also  Stories you might’ve missed, July 20
- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //