Weather
@if (app.featureFlags().weatherApi) {
WIND (SIGNAL K WEATHER API)
Enable wind layer
}
OCEAN CURRENTS (OPEN-METEO)
Enable ocean currents layer
@if (app.featureFlags().tidalApi) {
TIDAL CURRENTS (SIGNALK PLUGIN)
Enable tidal currents layer
@if (app.config.selections.tidalCurrentsEnabled) {
@for (tick of currents.hourTicks(); track tick.ms) {
} @for (lb of currents.hourLabels(); track lb.ms) {
@if (lb.label) { {{ lb.label }} }
}
@if (nowTickPct() != null) {
}
{{ fmtScrubTime() }}
} }