ADVERTISEMENT

'No man's land': Where the road ends

Published Oct 16, 2023 04:05 pm

UNDER THE MICROSCOPE

Good jab, bad jab

We’ve seen how some of our roads and highways have been constructed, and literally, it makes me want to laugh with despair. Not only do some roads end nowhere, but even on city streets, we see utility poles sitting right on the roads, presenting a hazard to anyone not familiar with the locale. 


But it hurts because you and I pay taxes that pay for road construction. Literally everyone, even the jobless, are taxed on anything and everything — income, real estate, and on all our purchases in the form of VAT (Value Added Tax). Hence, it is but fair if we expect to benefit from the fruit of our labor, including access to good roads.


One particular road construction that will be tackled in this column is personal, as my family lives in the locality where this is situated. Anyone familiar with Commonwealth Avenue knows how terrible the traffic is there, especially with the MRT-7 construction. For our village and many other subdivisions in the area around the Ever Commonwealth Mall, that road under construction was our only way out to the rest of Metro Manila for many years.
A few years back, the long-planned Katipunan Extension started construction that would connect Batasan and San Mateo, and ease traffic congestion on Commonwealth Avenue. Finally, there would be another way out of our area. Our village was going to be affected because Katipunan Extension would run through part of our village. So, our homeowners association planned ahead to safeguard our homeowners whose houses would front Katipunan Extension. Vacant lots were walled off and a new gate was built  fronting Katipunan Extension.


When it was announced that it was open to traffic, we were dismayed to see that the northbound section stopped at the Northview Subdivision, where it was blocked by houses in its path to Katipunan Extension. Now, DPWH will have to contend with right-of-way issues there. 


Meanwhile, on the southbound side, the situation wasn’t that much better. The new road failed to connect to the Katipunan Extension passing through Loyola Grand Villas (LGV) because of a 15–20 meter stretch that was walled off. So, the new construction stopped right there.


In order for us to reach the LGV side of Katipunan Extension, we have to go through a new gated community development, which, fortunately, the owners have so far graciously allowed us to detour through. However, the new development’s clubhouse is nearing completion, and with it, they will start offering the lots for sale. Naturally, we are anticipating it might be the end of our access to the Katipunan Extension part in LGV, which connects to Katipunan Avenue in the UP area, from where we can access most of Metro Manila without having to contend with heavily congested Commonwealth Avenue.


With that scenario looming over our heads, the presidents of the seven affected villages signed a letter of appeal addressed to the mayors of Quezon City, where our villages are, and Marikina City which the LGV is part of, to open up that 15-meter stretch of “no man’s land.” We also furnished copies of the letter to DPWH, DILG, and MMDA. 


Upon discreet inquiry, we learned that someone who lives in LGV had blocked the opening. As to why, we can only surmise that he has the title to that stretch of land, and that he is so powerful that he can stop the DPWH from proceeding with its construction.


In fairness to Quezon City Hall, they tried to open it but were stopped due to the territory being part of Marikina City. So, the ball is now in Marikina City’s hands. 


Recently, the MMDA sent a team to check on the situation. Based on their appraisal, it is probably a right-of-way issue and MMDA is not in a position to act on it.


Two days ago, we received an acknowledgment letter from DILG  saying that the matter is now in the hands of the DILG-NCR “for its appropriate action,  in accordance with the existing laws, rules and regulations, and policies of the Department.”


We still have to hear from DPWH, which is the main government agency involved in this construction. Surely, its people would know much more about the matter and can enlighten us on our predicament.


Hopefully, reason and the principle of the greatest good for the greatest number will prevail so that we can enjoy the benefits of paying our taxes. But in this benighted country, we are pretty much subject to the tyranny of a privileged few, who can seal off a road under construction or stop traffic just to 'wang-wang' their way through, notwithstanding the intense traffic congestion it causes.

Related Tags

under the microscope Dr. Raymund W. Lo
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.