From 5fc983fbedf91233383994efc69f17fa6e8ba8f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:39:10 +0000 Subject: [PATCH 1/2] Initial plan From fb4bc64461fdf25106ca43064c6a431b4f05c5e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:01:38 +0000 Subject: [PATCH 2/2] Add mosquito-alert date-range aggregation and observation overlays Co-authored-by: JohnPalmer <623626+JohnPalmer@users.noreply.github.com> --- css/style.css | 14 ++ index.html | 17 +- js/app.js | 428 +++++++++++++++++++++++++++++++++++++++-------- js/config.js | 10 ++ js/dataLoader.js | 28 ++++ js/mapManager.js | 124 ++++++++++++-- 6 files changed, 540 insertions(+), 81 deletions(-) diff --git a/css/style.css b/css/style.css index a920ec9..99cbbaf 100644 --- a/css/style.css +++ b/css/style.css @@ -331,6 +331,20 @@ main { margin-bottom: 0.5rem; } +.date-range { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 0.5rem; +} + +.date-range-label { + display: flex; + flex-direction: column; + font-size: 0.9rem; + color: #444; + gap: 0.35rem; +} + .basemap-selector, .vector-selector, .model-selector { diff --git a/index.html b/index.html index 9bf4230..27ce356 100644 --- a/index.html +++ b/index.html @@ -109,8 +109,17 @@

Coming Soon

@@ -153,8 +162,8 @@

Layers

Risk Level -