diff --git a/core/frontend/src/main.ts b/core/frontend/src/main.ts index 2cf2859..7a830e7 100644 --- a/core/frontend/src/main.ts +++ b/core/frontend/src/main.ts @@ -442,6 +442,7 @@ export class AppComponent implements OnInit, AfterViewInit { this.selectedLocation = (st && st.location) ? st.location : ''; const titleName = st?.name || st?.station_alias || st?.station_id || ''; this.selectedTitle = titleName ? `${titleName}${this.selectedLocation ? ` | ${this.selectedLocation}` : ''}` : (this.selectedLocation || ''); + this.reloadTileTimesAndShow(); if (!suppressUX) { setTimeout(()=>{ try{ this.map.updateSize(); }catch{} }, 300); this.scrollToChart();