Lufthansa LH447 (DLH447) from Denver to Frankfurt
0
25
21. Jun 2024 Live DEN Denver GATE: A41 -> 6h 23m 8,097km / 4,998mi FRA Frankfurt TERMINAL: 1 GATE: Z15 21 Jun 18:49 MDT 21 Jun 17:35 22. Jun 00:49 UTC +74minutes 22 Jun 09:12 CEST 22 Jun 11:10 07:12 UTC -117minutes " : ""}`; if (activeHex in marker) { liveMap.removeLayer(marker[activeHex]); } const m = L.marker(activeMarker.getLatLng(), { icon: L.divIcon({ className: 'flt-marker', html: htmlc }), alt: activeHex, opacity: lp[7] != '' ? 0.9 : 0.6 }).addTo(liveMap).on('click', onPlaneClick); marker[activeHex] = m; document.getElementById(`mi-${activeHex}`).style.transform = `rotate(${lp[2]}deg)`; activeMarker = null; } activeHex = null; liveTrack = null; liveMarker = null; estTrack = null; document.getElementById('liveMapContainer').style.display = 'none'; document.getElementById('mapSearch').style.display = 'block';} /** * Recalculates the new position of a marker based on the time elapsed and its previous state. * @param {Object} liveMap */async function updateCalc(liveMap) { if (recalc...