ADVERTISEMENT

Bill seeks to ban further Manila Bay reclamation, declare it a heritage site

Published Sep 7, 2019 12:02 pm
By Charissa Luci-Atienza “Manila Bay belongs to the Filipino people and must remain in public hands.” RESTORING BAY’S BEAUTY – Manila Bay, world-famous for its breathtaking sunset, will undergo a massive clean-up and establishments polluting its waters could face closure. (Czar Dancel/ MANILA BULLETIN) Manila Bay (Czar Dancel / MANILA BULLETIN FILE PHOTO) Deputy Speaker and Pangasinan Rep. Rose Marie “Baby” Arenas stressed this as she filed a bill seeking to prohibit any and all forms of further reclamation activities in the entire Manila Bay area and declaring it as a “heritage site.” The House leader said it is about time for Congress to step in to protect Manila Bay by imposing “serious” penalties against the further reclamation in the bay. “Given the recent actions of President Duterte, as Chief Executive, and of the Supreme Court, as the judiciary branch of government, to step up its drive to protect Manila Bay, it is imperative that the Congress, as the legislative branch of government does the same, and further empower these other branches to implement such mandate,” Arenas said. “It is high time for Congress to pass a law that will specifically ban, in no uncertain terms, and make it a serious criminal violation to allow, further reclamation in Manila Bay,” she said. Under Arenas’ House Bill 3169, the Pangasinan solon wants to declare the entire Manila Bay area, covering its waterfront and sea waters, as a heritage site and prohibits any and all forms of further reclamation activities that will affect a portion or the entire Manila Bay area. “This bill seeks to recognize and declare Manila Bay, in its entirety, not only a national historical landmark, but a heritage site that is protected, fully owned by the government, with management policies based on the preservation of an ecosystem and rights-based, people-centered development framework,” Arenas said. She noted that the Philippine Reclamation Authority (PRA) already entered into some formal understanding or agreement with the cities of Manila, Pasay, Parañaque, Las Piñas, and Bacoor to reclaim 1,440 hectares along Manila Bay covering the area between the Cultural Center Complex to Las Piñas-Parañaque coast. “The alarming National Reclamation Plan of the PRA aims to reclaim about 38,000 hectares all over the country, involving 102 projects, 70 percent or about 26, 234 hectares of water, which is along the coast of Manila Bay, thereby expanding Metro Manila by more than a third size of about 63,843 hectares,” she said. Under House Bill 3169, Arenas seeks to revoke all Environmental Clearance Certificates (ECCs) issued by the Department of Environment and Natural Resources (DENR) and all permits issued by any government agency or local government units (LGUs) for the purpose of reclaiming Manila Bay Area. The measure also disapproves all applications for ECCs pending with the DENR and all other Manila Bay reclamation-related permits pending with any government agency or LGU. Violators of the proposed Act shall suffer the penalty of imprisonment of six years to 12 years imprisonment and a fine ranging from P5 million to P15 million, it said. Any public officer who violates the proposed Act shall also be dismissed from public service with accessory penalties. House Bill 3169 provides that if the offender is a juridical entity, the highest ranking official and the members of its board of directors or trustees who authorized the violation shall suffer the penalty imposed under this Act. “The operator or owner thereof shall not be allowed to operate similar establishment or enterprise in a different name or style or in a different location,” the bill added. The measure tasks the DENR to promulgate the necessary rules and regulations for the effective implementation of the proposed Act.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.