ADVERTISEMENT

MMDA road clearing team retreats after facing these 2 solons

Published Mar 3, 2023 05:47 pm

The Metropolitan Manila Development Authority's (MMDA) mighty road clearing team was apparently no match for two Manila congressmen clad in their Barong Tagalog undershirts.

Manila 3rd district Rep. Joel Chua and Manila 2rd district Rep. Rolando Valeriano intervened and successfully halted on Friday morning, March 3 an MMDA clearing operation in M. Natividad Street in Manila, which, according to the solons, once again displayed the agency's "abuse of power".

Valeriano and Chua is the chairman and vice chairman, respectively of the House Committee on Metro Manila Development.

Incidentally, Chua delivered last Feb. 27 a privilege speech in the House of Representatives wherein he called for the abolition of the MMDA for its supposed encroachment of local government unit (LGU) functions and exercise of police power that it doesn't even possess.

Chua, in an interview with reporters on the scene, said he accosted the MMDA personnel who were conducted clearing operations in M. Natividad, which he described as an alley and not even a secondary road.

He said he was on his way to a local function when he chanced upon the commotion and saw the MMDA clearing team hauling off motorcycles left and right, including those from delivery riders.

Chua said he told the MMDA that the street was not a designated "Mabuhay Lane". "'Anong jurisdiction ninyo dito kasi city road nato eh. Ang ginagamit nilang dahilan kesyo may reklamo ('What's your jurisdiction here, this is already a city road.' The excuse they're using is that they were responding to a complaint)," he narrated.

"Ang linaw dun sa sulat ni Mayora eh. Kung may reklamo, dalhin ninyo dito sa ciry hall, kami ang aaksyun dahil ito ay hurisdiskyon ng Lungsod ng Maynila (The Mayor's letter is clear. If there are complaints, tell the city hall because this is under the jurisdiction of the city of Manila, we're the ones who will act).

"Sobra na ang pang-aabuso ng mga to, dapat talaga dito buwagin na (This is too much abuse. They should be abolished). Abuse of power!" Chua said.

Chua added that he wanted to talk to MMDA Task Force Special Operations and Anti-Colorum Unit chief Edison Bong Nebrija, but couldn't find him in the area.

"Sabi ko nga sa kanila ilabas nila si Bong Nebrija, pero wala namang lumalabas na Bong Nebrija (I told them to bring out Bong Nebrija, but he didn't emerge)," he said.

Valeriano, who accompanied Chua, also gave a piece of his mind to the MMDA.

"Wala naman silang karapatan na, wala naman silang police power. In the first place, mayroon nama pong batas dito sa Maynila, mayroon namang otoridad sa Maynila. Kung mayroon man hong problema, pwede naman ho silang makipag-coordinate (They have no right to do this, they don't have police power. In the first place, we have laws here in Manila, we have authorities here in Manila. If there's a problem, they can coordinate).

"Pwede naman, may pulis ang Maynila, mayroon pong parking bureau ang Maynila. Pwede naman po kaming umaksyon...mayroon pong gobyerno ang Maynila (Manila has its own police and parking bureau. We can act on this...Manila has its own government),"  Valeriano said.

He added: "Pambabastos na po ito ng aming siyudad (This is a disrespect to our city)."

The MMDA clearing team simply withdrew as the congressmen refused to leave.

Valeriano later confirmed that the Metro Manila Development panel will hold a briefing with MMDA officials on March 8 in connection with its clearing operations in Manila, based on the letter of Barangay Chairperson Ma. Victoria Cobrador of the fourth district of Sampaloc, Manila. The letter was dated Feb. 20, 2023.

Related Tags

Edison Bong Nebrija rolando valeriano joel chua House of Representatives MMDA Road clearing
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.