Rain douses Cyprus wildfire that burned thousands of acres

A forest fire rages in the Kyrenia Mountains in the self-proclaimed Turkish Republic of Northern Cyprus, recognised only by Turkey, late on Friday (AFP photo)

KANTÁRA, Cyprus — In the end, it was Mother Nature that extinguished a wildfire that scorched thousands of acres and forced the evacuation of villages in the north of divided Cyprus, officials said on Saturday.

Aircraft from both sides of Cyprus, as well as British military and Israeli personnel, had responded to calls for help to fight the fire which began on Tuesday in the Kantara area of the Kyrenia Mountain range.

"The fire... has been extinguished to a large extent with the effect of the rain that fell last night," said Unal Ustel, prime minister of the Turkish Republic of Northern Cyprus, which is recognised only by Ankara.

"We have survived a great disaster."

There have been no reports of casualties but Turkish Cypriot authorities said more than 6,500 acres had been burned.

Helicopters were still dropping water onto the burning ridge lines on Friday, before intense rains fell overnight.

Forestry department head Cemil Karzaoglu said the fire was completely under control and mopping up operations were continuing where smoke was still visible.

Ustel expressed gratitude to “the British Base Areas, Israel and the Greek Cypriot administration for their support in extinguishing the fire from the air”.

The United Nations peacekeeping force said it coordinated the firefighting response.

According to Cypriot media reports earlier, at least four villages were evacuated.

Emergency services from Israel and Britain’s Sovereign Base Areas on the eastern Mediterranean island often help fight Cyprus’s frequent wildfires.

In July last year, blazes that broke out in the Larnaca and Limassol districts claimed the lives of four Egyptian farmworkers.

.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'); }); }); });