Thursday, June 26, 2025
32.4 C
Singapore

Netizens start pointing out public areas which could be breeding mosquitoes

The National Environment Agency in calling for sustained vigilance against mosquito breeding to prevent diseases like dengue and zika has called on members of the public to partner it to rid public areas and housing estates of potential mosquito breeding habitats.

Netizens have responded to NEA’s call and several netizens have posted pictures of such potential mosquito-breeding sites in Facebook.

Dawn Teo posting the picture below to Tampines Town Council’s FB said: “Saw this outside prime mart at Tampines st 81. Stagnant Water ponding needs to be cleared.”
1

Jeffrey Peter pointed out: “Last week, the Nparks had a contractor plant trees along Changi Coast Road. The root wrapings (plastics) was left in the thicket. Today, still the same.Sure mosquito breeding.”
1

See also  Passenger refuses to pay in full after taxi driver makes wrong turn, shouts that he is from gang 369

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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); } });