aprs.me/assets
Graham McIntire 850498c50b
Add defensive checks for is_most_recent_for_callsign property
Improves robustness by adding fallback logic when is_most_recent_for_callsign
is undefined or null. In edge cases where this server-side property might not
be reliably set, falls back to the previous behavior of excluding historical
markers using the _isHistorical flag.

Changes:
- Added explicit boolean checks for is_most_recent_for_callsign === true
- Added fallback logic: if property is null/undefined, use \!_isHistorical
- Applied to both addMarker() and zoom handler functions
- Ensures spidering works even if server-side property is inconsistent

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 12:00:49 -05:00
..
css Implement mobile web optimization and fix sidebar clipping 2025-07-21 14:31:49 -05:00
js Add defensive checks for is_most_recent_for_callsign property 2025-07-29 12:00:49 -05:00
vendor Remove all VectorGrid references and code 2025-07-28 07:43:44 -05:00