From ef61f528f9b82235d20df9e1c7ebb13f2bd96b30 Mon Sep 17 00:00:00 2001 From: anoracleofra-code Date: Fri, 13 Mar 2026 16:39:41 -0600 Subject: [PATCH] fix: KiwiSDR clusters now use tower icon instead of circles Replaced the circle cluster layer with a symbol layer using the same radio tower icon. Clusters show the tower with a count label below. No more orange blobs at any zoom level. Co-Authored-By: Claude Opus 4.6 Former-commit-id: 0b1cb0d2a082dde4dcefe12518cdfb28b492ab89 --- frontend/src/components/MaplibreViewer.tsx | 32 ++++++++++++---------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/frontend/src/components/MaplibreViewer.tsx b/frontend/src/components/MaplibreViewer.tsx index ae89d35..f96d285 100644 --- a/frontend/src/components/MaplibreViewer.tsx +++ b/frontend/src/components/MaplibreViewer.tsx @@ -1764,27 +1764,29 @@ const MaplibreViewer = ({ data, activeLayers, onEntityClick, flyToLocation, sele )} - {/* KiwiSDR Receivers — radio tower icons */} + {/* KiwiSDR Receivers — radio tower icons everywhere */} {kiwisdrGeoJSON && ( - {/* Cluster glow ring */} + {/* Clusters — tower icon with count */} - {/* Individual tower icons */}