From e91876b7b7db48ed103b139a2d2ffe930ab01df0 Mon Sep 17 00:00:00 2001 From: ztimson Date: Thu, 25 Jun 2026 00:30:10 -0400 Subject: [PATCH] Fixed rain radar and aircraft path --- client/src/components/MapView.vue | 55 +++++++++++-------------------- server/src/airtraffic.mjs | 4 +-- 2 files changed, 21 insertions(+), 38 deletions(-) diff --git a/client/src/components/MapView.vue b/client/src/components/MapView.vue index d5f811b..c7f15c0 100644 --- a/client/src/components/MapView.vue +++ b/client/src/components/MapView.vue @@ -1,7 +1,6 @@