aprs.me/assets/js
Graham McIntire 14fa16df6d
Fix RF path visualization for hovering over track points
parse_rf_path was filtering out all paths containing qA* constructs,
which is virtually every APRS-IS packet. The qA* element delimits the
RF path from the APRS-IS metadata — it should be split on, not
discarded. Now properly extracts digipeaters (before qA*) and the
igate (after qA*), while filtering APRS aliases like WIDE/RELAY/TRACE.

Also adds hover handlers to trail polylines so hovering anywhere on a
call's track shows the RF path, not just on the dot markers.
2026-02-19 15:41:32 -06:00
..
features Fix RF path visualization for hovering over track points 2026-02-19 15:41:32 -06:00
hooks Improve packet pipeline reliability, security, and cleanup efficiency 2026-02-19 14:11:48 -06:00
types refactor: improve code quality and fix potential issues 2025-10-12 14:02:27 -05:00
app.js Performance improvements, code cleanup, remove sobelow 2026-02-19 14:51:01 -06: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 RF path visualization for hovering over track points 2026-02-19 15:41:32 -06:00
map_fixes.ts Remove debug console.log statements from JavaScript files 2025-07-18 15:37:05 -05:00
map_helpers.ts Improve packet pipeline reliability, security, and cleanup efficiency 2026-02-19 14:11:48 -06: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