mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:50:06 +00:00 
			
		
		
		
	Add layer debug
This commit is contained in:
		
							parent
							
								
									cc0c82bbd2
								
							
						
					
					
						commit
						44ada2cc8d
					
				
					 5 changed files with 19 additions and 0 deletions
				
			
		|  | @ -754,6 +754,11 @@ void MapWidget::changeStyle() | |||
|    Q_EMIT MapStyleChanged(p->currentStyle_->name_); | ||||
| } | ||||
| 
 | ||||
| void MapWidget::DumpLayerList() const | ||||
| { | ||||
|    logger_->debug("Layers: {}", p->map_->layerIds().join(", ").toStdString()); | ||||
| } | ||||
| 
 | ||||
| std::string MapWidgetImpl::FindMapSymbologyLayer() | ||||
| { | ||||
|    std::string before = "ferry"; | ||||
|  |  | |||
|  | @ -35,6 +35,8 @@ public: | |||
|    explicit MapWidget(std::size_t id, const QMapLibreGL::Settings&); | ||||
|    ~MapWidget(); | ||||
| 
 | ||||
|    void DumpLayerList() const; | ||||
| 
 | ||||
|    common::Level3ProductCategoryMap      GetAvailableLevel3Categories(); | ||||
|    float                                 GetElevation() const; | ||||
|    std::vector<float>                    GetElevationCuts() const; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat