Updated adsb + ais popups to include images
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user