mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:40:05 +00:00 
			
		
		
		
	Add layers in order defined by the layer manager
This commit is contained in:
		
							parent
							
								
									3392a9a402
								
							
						
					
					
						commit
						cc0c82bbd2
					
				
					 3 changed files with 176 additions and 63 deletions
				
			
		|  | @ -32,7 +32,7 @@ class MapWidget : public QOpenGLWidget | |||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    explicit MapWidget(const QMapLibreGL::Settings&); | ||||
|    explicit MapWidget(std::size_t id, const QMapLibreGL::Settings&); | ||||
|    ~MapWidget(); | ||||
| 
 | ||||
|    common::Level3ProductCategoryMap      GetAvailableLevel3Categories(); | ||||
|  | @ -130,8 +130,6 @@ private: | |||
|    void initializeGL() override final; | ||||
|    void paintGL() override final; | ||||
| 
 | ||||
|    void AddLayers(); | ||||
| 
 | ||||
|    std::unique_ptr<MapWidgetImpl> p; | ||||
| 
 | ||||
|    friend class MapWidgetImpl; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat