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> |
||
|---|---|---|
| .. | ||
| features | ||
| hooks | ||
| types | ||
| app.js | ||
| chart-bundle-entry.js | ||
| map-bundle-entry.js | ||
| map.ts | ||
| map_fixes.ts | ||
| map_helpers.ts | ||
| topbar.js | ||
| vendor.js | ||