From 9ac2312de5164428082df3d45d386a2c1c175fca Mon Sep 17 00:00:00 2001 From: anoracleofra-code Date: Fri, 13 Mar 2026 16:44:00 -0600 Subject: [PATCH] feat: add pulse rings behind KiwiSDR radio tower icons Adds subtle amber glow circles behind both cluster and individual tower markers for a pulsing radar-station effect. Co-Authored-By: Claude Opus 4.6 Former-commit-id: bf6cee0f3b468006356fd95dcf83a27d5e62e5f6 --- frontend/src/components/MaplibreViewer.tsx | 28 +++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/MaplibreViewer.tsx b/frontend/src/components/MaplibreViewer.tsx index f96d285..8e92d46 100644 --- a/frontend/src/components/MaplibreViewer.tsx +++ b/frontend/src/components/MaplibreViewer.tsx @@ -1764,9 +1764,22 @@ const MaplibreViewer = ({ data, activeLayers, onEntityClick, flyToLocation, sele )} - {/* KiwiSDR Receivers — radio tower icons everywhere */} + {/* KiwiSDR Receivers — radio tower icons with pulse rings */} {kiwisdrGeoJSON && ( + {/* Pulse ring behind clusters */} + {/* Clusters — tower icon with count */} + {/* Pulse ring behind individual towers */} + {/* Individual tower icons */}