ADVERTISEMENT

DILG extends road clearing operation's deadline

Published Jan 15, 2021 10:39 am

The Department of the Interior and Local Government (DILG) has extended for another week the previous January 15 deadline for the local government units (LGUs) to comply with the agency’s “Road Clearing Operation 2.0 (RCO 2.0).

DILG Undersecretary and spokesperson Jonathan Malaya (PCOO / MANILA BULLETIN)

DILG Undersecretary Jonathan Malaya said that the one week reprieve now set on January 22 was made by the agency after the LGUs appealed an extension for them to comply with their road clearing operation duties.

With the weeklong extension, Malaya said that the DILG has now set the validation date to January 25.

“We extended the deadline for RCO 2.0 because these are extraordinary times; we are in a pandemic and LGUs have a lot on their plate. We understand the request so the Department granted it,” Malaya said.

Last year, the DILG announced the resumption of RCO 2.0 on November 16, 2020, giving the LGUs 60 days to comply with President Duterte’s directive to rid streets of illegal obstructions and ‘to return roads and major thoroughfares to the people.’’

With the extension of the deadline, Malaya said the DILG “is giving LGUs more time to ensure full compliance with the program issued through DILG Memorandum Circular 2020-145.’’

“This is, in a way, a little help to the LGUs as so that they have more time to comply with the President’s directive,” he added.

In 2019, 101 out of 1,245 LGUs nationwide were found non-compliant to the road clearing directive of the President and were issued show cause orders with 15 administrative cases filed by the DILG.

“The RCO 2.0 remains to be one of the major programs of the DILG, kaya naman, we aim to maintain the same standards as before,” Malaya reiterated.

Through DILG Memorandum Circular 2020-145, DILG Secretary Eduardo Año said RCO 2.0 is different, depending on the quarantine classification of a certain area.

“Full implementation of the RCO 2.0 is enforced in areas under the MGCQ (modified general community quarantine) and the New Normal or Post Quarantine Scenario. Partial implementation is executed by LGUs under GCQ while in areas under MECQ and ECQ, the RCOs is suspended,’’ the DILG said.

Validation Teams

Prior to the start of the validation period on January 25-February 5, 2021, Malaya explained the DILG shall create Validation Teams (VTs), in coordination with the Philippine National Police (PNP) and the Bureau of Fire Protection (BFP), for each province, city and municipality.

He emphasized that the VTs will also be crossed-posted to ensure the impartiality of the validation process.

“This time around mayroon tayong VTs na established at cross-posted, meaning, kung taga-Quezon City sila hindi sila puwede mag-validate sa QC, dapat nasa Taguig City sila o alin mang ibang lungsod (we have VTs that were established and cross-posted meaning if they are from Quezon City (QC) they cannot validate in QC. They should be in Taguig City or in any other localities),’’ he explained.

He added their LGU of assignment during the validation must not be their original LGU of designation or residence.

Malaya said the VTs will be composed of a representative from the DILG; the PNP; the BFP; and, one representative from a civil society organization (CSO) or the local media.

“VTs for Component Cities and Municipalities may be cross-posted within their respective provinces while for Provinces, Highly Urbanized Cities (HUCs), and Independent Component Cities (ICCs) may be cross-posted within the region,’’ the DILG noted.

To reduce the risk of exposure to COVID-19 and other health risks, Malaya said “that DILG Regional Directors are also enjoined to consider the minimization of travel in the cross-posting of the VTs.’’

Among the validation requisites are the actual removal of road obstructions; enactment of an enabling ordinance; conduct of an inventory of road obstructions; crafting and implementation of a displacement plan; rehabilitation of cleared roads; creation of a grievance mechanism; as well as the tricycle route plan.

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.