aprs.me/assets/js
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
..
features fix(map): tighten edge cases in heatmap, info map, and trail color 2026-04-20 18:05:31 -05:00
hooks fix(map): tighten edge cases in heatmap, info map, and trail color 2026-04-20 18:05:31 -05:00
types fix: clean up map resize hook listeners 2026-03-23 14:08:30 -05:00
app.ts fix: harden frontend reconnect callbacks 2026-03-23 14:31:08 -05:00
chart-bundle-entry.js Implement advanced JavaScript optimization with conditional loading 2025-07-25 14:05:18 -05:00
map-bundle-entry.js Fix Leaflet library loading race condition and enable Redis-free development 2025-07-27 12:20:23 -05:00
map.ts fix(map): tighten edge cases in heatmap, info map, and trail color 2026-04-20 18:05:31 -05:00
map_fixes.ts Remove debug console.log statements from JavaScript files 2025-07-18 15:37:05 -05:00
map_helpers.ts fix: sanitize invalid map timestamps 2026-03-23 13:43:37 -05:00
topbar.js js tweak 2025-07-05 13:16:37 -05:00
vendor.js try vector tiles 2025-07-24 10:54:31 -05:00