mirror of
https://github.com/smittix/intercept.git
synced 2026-06-17 09:59:47 -07:00
e03ba3f5ed
The heatmap silently failed when: CID types mismatched (string vs number), LAC wasn't checked (wrong tower matched), or no data existed yet (button showed ON with no layer). Now coerces CID/LAC to Number for comparison, validates coordinates with parseFloat, logs match diagnostics to console, and only shows ON when the layer is actually rendered. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>