Improve aircraft marker visibility

- Increase aircraft marker size from 20px to 24px
- Add aircraft wing elements for better aircraft appearance
- Use bright green color for aircraft with position data
- Add stronger drop shadow for better contrast against map
- Gray out aircraft without position data

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2025-08-23 22:45:43 +02:00
commit 35f476211e
2 changed files with 23 additions and 14 deletions

View file

@ -229,10 +229,9 @@ body {
}
.aircraft-marker {
width: 20px;
height: 20px;
transform: rotate(0deg);
filter: drop-shadow(0 0 2px rgba(0,0,0,0.8));
filter: drop-shadow(0 0 4px rgba(0,0,0,0.9));
z-index: 1000;
}
.aircraft-popup {