Free downtown bus service temporarily halted

‘Makook Al Balad’ is a tourist service that the Greater Amman Municipality has activated to boost the businesses in the downtown area and ease traffic congestions (Photo by Amjad Ghsoun)

AMMAN — “Makook Al Balad”, a free bus service in downtown Amman, launched by the Greater Amman Municipality (GAM) back in 2014, stopped operating in response to the pandemic and roadworks.

Makook Al Balad service consists of three buses, with a 10-minute frequency, using dedicated lanes and stops, aimed to alleviate traffic jams in downtown Amman and encourage citizens to use public transportation, GAM Spokesperson Naser Rahamneh told The Jordan Times over the phone on Monday.

“The service has been stopped in response to the unprecedented conditions imposed by the pandemic, in addition to the installation of box culverts in downtown Amman,” the spokesperson noted.

Every day, the three buses leave from Muhajireen intersection, going to Al Hussein Cultural Centre, Al Quds Street, the Jordan Museum, Raghadan Complex, Roman Theatre, Al Husseini Mosque, as well as, other commercial centres and tourism and cultural areas, according to the GAM website.

“Makook Al Balad is a tourist service that GAM has activated to boost the businesses in the downtown area and ease traffic congestions,” he said.

The service will soon be operating again after the roadworks are completed and the pandemic situation is improved, according to the spokesperson.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });