aprs.me/assets/js/hooks
Graham McIntire e90226dc21
fix(map): tighten edge cases in heatmap, info map, and trail color
- Heatmap: filter points with invalid coords or out-of-range intensity
  so malformed rows can't distort the layer.
- InfoMap: validate coords for range (not just NaN) and use an epsilon
  when comparing positions, so float noise doesn't cause needless
  re-renders or accept bogus data.
- TrailManager: getTrailCenter returns null for empty input instead of
  the ambiguous (0, 0) null-island; callers guard accordingly.
2026-04-20 18:05:31 -05:00
..
error_boundary.ts Convert JS hooks to TypeScript and update esbuild to 0.25.4 2026-02-20 12:27:00 -06:00
info_map.ts fix(map): tighten edge cases in heatmap, info map, and trail color 2026-04-20 18:05:31 -05:00
time_ago_hook.ts fix: harden frontend browser compatibility 2026-03-23 13:41:16 -05:00