ADVERTISEMENT

The jeepney era

Published Mar 14, 2023 04:08 pm

THE VIEW FROM RIZAL

Once again, the issue of the relevance of the iconic Philippines jeepney grabbed headlines and was trending in social media last week as organizations of jeepney drivers and operators called for a “Tigil Pasada.” This appeared to have been fueled by what one jeepney organization head referred to as “yabang” or arrogance on the part of government transport officials. By most indications – and based on observations by media and police authorities – the threat to paralyze mass transportation in urban centers failed to materialize. Many jeepney drivers plied their routes, perhaps thinking that “ego” may not be a good basis for making decisions that affect one’s income and ability to put food on the family dinner table. This is a tricky issue. There were observations that there seems to be a campaign to portray the modernization program as “anti-poor” and based on nothing more than a business and profit agenda on the part of certain interested parties. The threat of a strike resurrected discussions on the cultural aspects of the jeepney and why it has been one of the symbols of the Filipinos and life in the Philippines. It also led us to review and attempt to understand the history of the jeepney. Looking back, we hope that our transportation officials would find another basis for the next government move regarding this mode of transportation. Here’s a fact based on history: before the advent of the jeepney, the government had already seen the need for “modern,” efficient and suitable means of mass transportation for Metro Manila. That was as early as the late 1800s when the country was still governed by Spanish colonial authorities. According to history, in 1875, the King of Spain ordered that a masterplan for mass transportation be put together for the Philippines. That masterplan envisioned rail transportation as the centerpiece of the country’s mass transportation system, including the transportation requirement of Manila – which was then one of the most “modern” cities in the Far East. For Manila, the colonial government and its private sector partners envisioned a “tramway system.” A “tram” was a streetcar which looked like the cable cars of San Francisco. It traveled on rail systems around the streets of Manila with Intramuros as the hub. The point is this: early on, the plan was for the country’s most important urban center to have a well-planned, efficient mass transport system and the preference at that time was railways – both heavy and light. When the Americans came, they built on and further improved the original plan of the Spanish authorities. Under the Spaniards, the trams were pulled along the railway by horses, which the Americans replaced with streetcars powered by steam and electricity. Those streetcars were known as the “Tranvia.” There are still pictures of this efficient means of transportation on social media. It transported well-dressed Manilans as well as consumer goods to as far as Malabon. Then came World War II. Towards the end of the war, Manila was heavily bombed. The Battle of Manila in 1945 totally damaged the urban rail system. That marked the end of the Tranvia. In what appeared to be a stop-gap measure, the “jeepney” was born. It was made out of the “jeep” – a wartime vehicle used by USAFFE forces in the country. Ingenious manufacturers turned these remnants of the War into colorful vehicles which transported commuters along the narrow streets of Manila and its suburbs. The “jeepney” was colorful, but it did not attain the level of efficiency which the Tranvia had. The stop-gap contraption later became “King of the Road.” It became a permanent fixture and became one of the major means of transportation in the country. Today, there are some 158,000 jeepneys plying various routes all over the country, according to the Land Transportation Franchising and Regulatory Board (LTFRB). About 55,000 of these are in Metro Manila and surrounding urban centers. The numbers show that jeepneys are the dominant means of land transportation in the country today. Buses are at a distant second at 13,000-plus with 5,000 of them plying the thoroughfares of Metro Manila. There are compelling reasons to replace the traditional jeepney with a modern version: economic, social and environmental. One other reason to consider is that this primary mode of land transportation was never planned – it was a mere stop-gap measure. Filipinos were supposed to make do with it until a replacement for the efficient pre-war rail-based transportation system was built. The only major objection appears to be the financial cost of replacing the units owned by drivers and operators. “Burdensome,” they say. We are confident that the issue of affordability can be addressed by the government. It should not be allowed to prevent the country from graduating from decades-old stop-gap means of transportation into one that is modern, economically-wise and environment friendly. \*For feedback, please email it to [[email protected]](mailto:[email protected]) or send it to Block 6 Lot 10 Sta. Barbara 1 cor. Bradley St., Mission Hills Subd., Brgy. San Roque, Antipolo City, Rizal.

Related Tags

EJEEPNEYS JEEPNEY MODERNIZATION DR JUN YANRES THE VIEWS FROM RIZAL Tranvia
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.