aprs.me/assets/js/types
Graham McIntire 84e65232e5
Batch RF path queries, batch marker removals, and JS callsign index
- Replace N+1 get_latest_packet_for_callsign calls in RF path loading
  with single get_latest_packets_for_callsigns batch query (DISTINCT ON)
- Change batch packet processing to collect marker removal IDs and push
  one remove_markers_batch event instead of individual remove_marker calls
- Add callsignIndex reverse map (callsign_group → Set<markerID>) for O(1)
  lookup in new_packet/new_packets handlers instead of scanning all markers
2026-02-20 09:04:22 -06:00
..
chart-types.d.ts Replace any types with specific TypeScript types 2025-07-17 17:55:27 -05:00
events.d.ts Replace any types with specific TypeScript types 2025-07-17 17:55:27 -05:00
leaflet-events.d.ts Implement mobile web optimization and fix sidebar clipping 2025-07-21 14:31:49 -05:00
leaflet-plugins.d.ts Replace any types with specific TypeScript types 2025-07-17 17:55:27 -05:00
leaflet.d.ts Implement mobile web optimization and fix sidebar clipping 2025-07-21 14:31:49 -05:00
map.d.ts Batch RF path queries, batch marker removals, and JS callsign index 2026-02-20 09:04:22 -06:00
marker-extensions.d.ts vendor all js 2025-07-21 11:09:14 -05:00