aprs.me/lib/aprsme_web/live/map_live
Graham McIntire c2d3418972
Fix progressive loading activation and optimize for high zoom levels
Critical fixes:
- Replace old load_historical_packets_for_bounds with progressive loading
- Fix handle_info_initialize_replay to use progressive loading
- Fix process_bounds_update to use progressive loading
- Add debug logging to track batch loading

High zoom optimizations:
- Very zoomed in (15+): 10 packets per batch, 10ms delays
- Moderately zoomed (12-14): 20 packets per batch, 20ms delays
- Medium zoom (8-11): 35 packets per batch, 35ms delays
- Use linear delays instead of exponential for faster loading

This ensures progressive loading is actually used and optimized
for high zoom levels where viewport is small.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 09:18:42 -05:00
..
callsign_view.ex fix weather page 2025-07-08 13:21:02 -05:00
index.ex Fix progressive loading activation and optimize for high zoom levels 2025-07-09 09:18:42 -05:00
map_helpers.ex refactor 2025-07-03 10:48:44 -05:00
packet_utils.ex performance improvements 2025-07-08 10:03:52 -05:00
popup_component.ex deploy fix 2025-07-07 09:55:56 -05:00