Label Turkey station observations as MGM

This commit is contained in:
2569718930@qq.com
2026-06-15 21:02:44 +08:00
parent 95b55d4ab3
commit 55cfb202da
5 changed files with 82 additions and 0 deletions
+7
View File
@@ -533,6 +533,13 @@ export interface ScanOpportunityRow {
current_temp?: number | null;
current_max_so_far?: number | null;
wunderground_current?: AirportCurrentConditions;
icao?: string | null;
station_source_code?: string | null;
station_source_label?: string | null;
station_code?: string | null;
station_label?: string | null;
network_provider?: string | null;
network_provider_label?: string | null;
metar_context?: {
source?: string | null;
station?: string | null;