From 8a5660b4205df72aa2bb00b7c85bb57ae65e889a Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 14 Nov 2025 16:28:14 +0000 Subject: [PATCH] Add advanced filtering and map layer controls to location tracker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added four comprehensive dropdown filters: - Map layer switcher (standard, satellite, terrain, dark mode) - Data source filter (Telegram/MQTT/all) - Dynamic user/device filter (auto-populated from data) - Time range filter (1h to 30d, plus all time) Enhanced visualization: - Latest location marked in red, historical in blue - Proper layer management for markers and polylines - Status shows filtered count vs total count - All filters work in combination 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- index.html | 296 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 258 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index 3b6af55..38fce1d 100644 --- a/index.html +++ b/index.html @@ -8,16 +8,51 @@