diff --git a/internal/radar/scheduler.go b/internal/radar/scheduler.go index 9d33197..959f203 100644 --- a/internal/radar/scheduler.go +++ b/internal/radar/scheduler.go @@ -382,6 +382,9 @@ func runTilesFromNMC(ctx context.Context, opts Options) error { {7, 42, 104}, {7, 40, 103}, {7, 39, 102}, + {7, 43, 103}, + {7, 43, 104}, + {7, 42, 103}, } // Append from config aliases, if present (dedup later) if cfg := config.GetConfig(); cfg != nil {