ADVERTISEMENT

Suspending habitual traffic violators

Published Mar 5, 2020 04:04 pm
030620roadsense1 How many traffic violations are enough to get a driver suspended, or not allowed to drive?

In the case of drivers of public utility vehicles (PUVs) who can endanger the lives and limbs of commuters and pedestrians if they are habitual violators of traffic regulations, do we need the Metropolitan Manila Development Authority (MMDA) to recommend to the Land Transportation Office (LTO) to suspend the driver’s licenses of the habitual traffic violators?

Early this week, the MMDA announced that bus drivers with multiple traffic violations will no longer be allowed to ply the roads of the metropolis starting March 9.

The statement was made by MMDA General Manager Jose Arturo Garcia, who said this was what was agreed after a meeting with city bus operators and representatives from the LTO, Land Transportation Franchising and Regulatory Board (LTFRB) and Technical Education and Skills Development Authority (TESDA).

The MMDA had earlier recommended to the LTO not to allow 2,500 PUV drivers with multiple traffic violations to drive PUVs. Most of the 2,500 violators are drivers of public buses.

I thought that our transportation law has specific standards that would keep habitual traffic violators from driving motor vehicles, especially public buses which are larger than private vehicles, and thus, can do much damage to life, limb and property.

According to the MMDA general manager, a representative from LTO will be at the MMDA Bus Management Dispatch offices to screen city bus drivers.  “They will not be dispatched if they are included in the list of habitual violators.  Their driver’s license will be confiscated by LTO as MMDA is not allowed to do so.”

Garcia said MMDA will make sure that erring drivers will be penalized as they pose peril to the riding public.

"We are serious about this matter. It's about time to suspend erring drivers with alarming number of apprehensions," he said.

In February, the MMDA recorded 12,000 traffic violators; 2,500 of them were PUV drivers. The violations were recorded along EDSA, C-5, Commonwealth Avenue, Quezon Avenue and other major roads where MMDA enforcers are deployed.

According to Republic Act 4136 or the Land Transportation and Traffic Code of the Philippines, related to the suspension of a license: “Whenever during any twelve-month period a driver shall have been convicted at least three times for the violations of any provisions of this Act or of any regulations issued by the Director or any municipal or city ordinance relating to motor vehicle traffic not in conflict with any of the provisions of this Act, the Director may revoke or suspend the license of such driver for a period not exceeding two years.”

***

Meet the Citimuber

There’s a new motorcycle-for-hire company that is preparing to join the move to get the working class moving safely and more efficiently. It’s called the Citimover and it was organized in 2017 by Rommel Villaroman.

Villaroman said they had hoped to join the second pilot run when it was opened to additional players last December. “We were not given the opportunity then, but we appreciated the feedback from the Technical Working Group so we could further improve our operations. We believe this will help us emerge stronger by taking the necessary steps to make sure we will be ready to go full-blast once the law is passed.”

Citimuber has set up a 1,600-sqm training facility in Caloocan City, where safety riding seminars and rider skills assessments are held. Since they opened the center last December, they average about 60 riders a day. The center can accommodate up to 300 riders per day once operations are in full swing.

The app is designed to have accurate location tracking. To ensure the safety of both riders and bookers, there are designated areas where no bookings are accepted because of dangerous conditions, such as high-crime locations.

Both the rider and booker have a panic button that is automatically enabled once the ride starts. The panic button can be activated to send an emergency call or SMS, either to a police number or to immediate relatives.

Villaroman said that when motorcycle taxis are legalized, Citimuber is ready to offer their services in compliance with all the regulations and guidelines mandated by law. He said they have about 10,000 riders already enrolled.

By Pinky Concha Colmenares

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.