An incident dating from February 2 on an Easyjet flight led to the layoff of a Low Cost company pilot. The latter sparked an alarm before landing in Egypt. © Wolfgang Weiser/Pexels – an Easyjet pilot suspended after a very dangerous maneuver. Save save Receive the Easyjet alerts what happened on February 2 on the Ezy2251 flight from Easyjet leading Manchester passengers in Hurghada in Egypt? According to information from the SUN, a British low -cost company driver was suspended from his duties during an investigation after carrying out a very dangerous maneuver. Indeed, while he was approaching the Egyptian seaside city, the pilot would have approached far too close to a mountain with the apparatus while he was flying at more than 700 meters. According to the Sun information, the aircraft came close to the mountain by just over 200 meters while an airplane must fly over a mountain generally around 1,800 meters. This maneuver triggered the Ground Proximity Warning System (GPWS), also called a proximity to the ground. According to experts, the plane should have moved more slowly and its descent should have been much slower. Read also: How to become a line pilot? A “ridiculously dangerous” maneuver in the cockpit, the alert system issued a signal such as “land, field, go back!”. The plane had to be corrected to correct the trajectory. Our English colleagues recall that the incident is particularly worrying, because the GPWS is the last element to prevent an airplane from touching the ground. This is why the maneuver was described as “ridiculously dangerous”. If the 61-year-old pilot pointed out the incident the next day, the management of Easyjet took the problem in the heap of the clip more quickly following the stir that it had caused in the cockpit. Thus, the pilot was prohibited from theft immediately. Result: another crew took care of making the opposite flight to Manchester. He was then suspended as a precaution. Read also: flight canceled or delayed: How to be reimbursed for your plane ticket? This 61 -year -old pilot had already made the headlines of English newspapers in 2016, but for a more joyful reason: his son had become the youngest professional driver at 19. “Security is the number one priority for all our pilots, they are made according to the highest standards, subject to rigorous tests closely monitored,” said Easyjet. Receive our latest news every day, selecting the main news of the day. (tagstotranslate) easyJet
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!