Updated adsb + ais popups to include images

This commit is contained in:
2026-07-03 13:15:19 -04:00
parent 91205d8050
commit bbcc62af7d
3 changed files with 79 additions and 12 deletions

View File

@@ -14,11 +14,11 @@ import { bringToFront } from './zindex'
const API = BASE + '/api'
const SHIP_COLORS: Record<string, string> = {
'Base Station': '#00aaff',
'Base Station': '#ffffff',
'Class A': '#00ff00',
'Class B': '#8450ea',
'SAR Aircraft': '#ff0000',
'AtoN': '#00aaff',
'AtoN': '#ffffff',
'Class B/CS': '#8450ea',
'Sart/Epirb/MOB': '#00aaff',
'Unknown': '#fad106',