skyview/assets/static
Ole-Morten Duesund 9381ca8f8d fix: Load all aircraft icon types to prevent fallback to circles - resolves #14
Added missing icon types (heavy, large, light, medium) to the loadIcons() function.
The icon cache was only loading 6 out of 10 available SVG icons, causing aircraft
with weight-based classifications to display as plain circles instead of proper
aircraft icons.

Fixed icon types now loaded:
-  commercial, helicopter, military, cargo, ga, ground (existing)
-  heavy, large, light, medium (newly added)

This ensures all aircraft with known ADS-B emitter categories display the correct
type-specific icons instead of falling back to generic circle markers.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 19:46:14 +02:00
..
css fix: Correct signal strength CSS class names to match JavaScript - resolves #12 2025-09-01 19:44:11 +02:00
icons feat: Improve aircraft legend clarity and icon differentiation 2025-09-01 09:57:39 +02:00
images fix: Improve logo text visibility with outlines and brighter colors 2025-09-01 17:42:19 +02:00
js fix: Load all aircraft icon types to prevent fallback to circles - resolves #14 2025-09-01 19:46:14 +02:00
database.html feat: Add comprehensive database status web interface 2025-08-31 19:40:12 +02:00
favicon.ico Restructure assets to top-level package and add Reset Map button 2025-08-24 00:57:49 +02:00
index.html feat: Add SkyView logo, favicon, and branding assets - resolves #38 2025-09-01 17:39:42 +02:00