mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:10:06 +00:00 
			
		
		
		
	Make animation dock follow default timezones
This commit is contained in:
		
							parent
							
								
									4306bb09ae
								
							
						
					
					
						commit
						26e24da4b5
					
				
					 8 changed files with 205 additions and 47 deletions
				
			
		|  | @ -821,6 +821,11 @@ void MapWidget::SetSmoothingEnabled(bool smoothingEnabled) | |||
|    } | ||||
| } | ||||
| 
 | ||||
| const scwx::util::time_zone* MapWidget::GetDefaultTimeZone() const | ||||
| { | ||||
|    return p->radarProductManager_->default_time_zone(); | ||||
| } | ||||
| 
 | ||||
| void MapWidget::SelectElevation(float elevation) | ||||
| { | ||||
|    auto radarProductView = p->context_->radar_product_view(); | ||||
|  |  | |||
|  | @ -45,9 +45,10 @@ public: | |||
|    void DumpLayerList() const; | ||||
| 
 | ||||
|    [[nodiscard]] common::Level3ProductCategoryMap | ||||
|                                            GetAvailableLevel3Categories(); | ||||
|    [[nodiscard]] std::optional<float>      GetElevation() const; | ||||
|    [[nodiscard]] std::vector<float>        GetElevationCuts() const; | ||||
|                                               GetAvailableLevel3Categories(); | ||||
|    [[nodiscard]] const scwx::util::time_zone* GetDefaultTimeZone() const; | ||||
|    [[nodiscard]] std::optional<float>         GetElevation() const; | ||||
|    [[nodiscard]] std::vector<float>           GetElevationCuts() const; | ||||
|    [[nodiscard]] std::optional<float>      GetIncomingLevel2Elevation() const; | ||||
|    [[nodiscard]] std::vector<std::string>  GetLevel3Products(); | ||||
|    [[nodiscard]] std::string               GetMapStyle() const; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak