ADVERTISEMENT

Davao City gov't completes inventory of properties

Published Jan 6, 2026 09:52 pm
DAVAO CITY – The Davao City Council is intensifying efforts to fully utilize city-owned properties, with plans to recover untitled lands and identify government-use sites for schools, public markets, infirmaries, and police outposts.
In Tuesday’s Pulong-Pulong sa Dabawenyos media forum at the Sangguniang Panlungsod, Committee on Government Properties chairperson Councilor J. Melchor Quitain Jr. said they completed an updated inventory of all city-owned properties last year.
The Task Force on the Inventory of Real Properties of the City Government of Davao, led by lawyer Francis Fernandez, completed the comprehensive inventory of the properties following a series of committee hearings.
Quitain said the committee has requested the City Planning and Development Office to provide an update on the status of properties that are suitable for government utilization, such as schools, infirmaries, public markets, and police outposts.
The councilor, who is also a lawyer, noted that while the city has an extensive list of properties, a significant portion of these properties are not yet officially titled in the city’s name due to incomplete documentation.
“We will coordinate with the task force or the REPTAF to recover, at a minimum, one-fourth of the properties that should be titled in Davao City’s name,” Quitain said, adding that every councilor is entitled to or is allowed to get a copy of the list from REPTAF.
He said the committee is inviting suggestions from other offices and council members on how to utilize the properties effectively, including addressing the city’s ongoing shortage of office infrastructure and parking spaces, with available inventory.
Quitain said the comprehensive inventory of the properties includes maps similar to a Google map of the Davao City-owned properties, enabling officials to identify the exact locations of these assets.
The councilor clarified that the city is not short on properties. He emphasized that his committee aims to fully utilize Davao City’s resources in 2026 while improving services and facilities for government operations and the public.
Meanwhile, the Davao City Council is willing to amend the city’s long-standing anti-firecracker ordinance but emphasized that any changes will await direction from the executive branch.
Quitain and Councilors Danilo Dayanghirang and Diosdado Mahipus Jr. stressed that the council will not act independently on the matter.
Dayanghirang, chairperson of the Committee on Finance, said potential revisions should reflect the wisdom of the executive and noted that governance policies must evolve. “There is no permanent governance. Everything must learn to adapt.”
One proposal under discussion is the potential use of the Davao City Coastal Road, particularly Bucana Bridge, as a venue for a regulated public fireworks display, should policy adjustments be made.
This amid calls from some residents here for a safer, organized alternative to the use of private firecrackers, which have historically been associated with injuries, fires, and environmental hazards.
Davao City’s anti-firecracker ordinance, formalized in 2002 under City Ordinance No. 060-02 and approved by then-Mayor Rodrigo Duterte, prohibits the manufacture, sale, distribution, possession, and use of firecrackers across the city.
The ordinance aims to ensure public safety, peace, and order. City officials report that the law has been strictly enforced annually, with violators facing fines and possible imprisonment should they be caught selling, possessing, or using firecrackers.
The zero-tolerance policy during peak holiday seasons has contributed to historically low firecracker-related injuries and fatalities, a result frequently cited by local health and safety authorities as evidence of the ordinance’s effectiveness.
Despite its proven success in reducing injuries and accidents, some community groups and residents are advocating for the allowance of a single, professionally managed fireworks display each year.
Dayanghirang reiterated that while the council is open to discussions, any move to amend the ordinance must be clearly supported and led by the executive branch. He said for now, the total ban remains in effect.

Related Tags

Davao City Councilor J. Melchor Quitain Jr.
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.