From fec2f111a1c2cd668f4c35510f998c5cb1894ccd Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Mon, 1 Sep 2025 21:02:22 +0200 Subject: [PATCH 1/4] feat: Complete 3D radar enhancements with labels, interactions, and trails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements comprehensive 3D radar view enhancements: - Fixed map tile alignment using proper Web Mercator projection calculations - Added dynamic aircraft labels showing callsign, altitude, and speed - Implemented click interactions with raycasting for aircraft selection - Created flight trail visualization with toggle functionality - Enhanced visual feedback with selection highlighting - Improved tile positioning with precise geographic calculations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- assets/static/index.html | 1 + assets/static/js/app.js | 581 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 553 insertions(+), 29 deletions(-) diff --git a/assets/static/index.html b/assets/static/index.html index e200e09..b7f0dbf 100644 --- a/assets/static/index.html +++ b/assets/static/index.html @@ -413,6 +413,7 @@
+