mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:20:06 +00:00 
			
		
		
		
	Update to latest maplibre-gl-native, including rename from QMapboxGL to QMapLibreGL
This commit is contained in:
		
							parent
							
								
									243e874b55
								
							
						
					
					
						commit
						2ac141ea1a
					
				
					 30 changed files with 143 additions and 133 deletions
				
			
		|  | @ -5,7 +5,7 @@ | |||
| #include <memory> | ||||
| 
 | ||||
| #include <QObject> | ||||
| #include <QMapboxGL> | ||||
| #include <QMapLibreGL/QMapLibreGL> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -24,9 +24,9 @@ public: | |||
|    explicit GenericLayer(std::shared_ptr<MapContext> context); | ||||
|    virtual ~GenericLayer(); | ||||
| 
 | ||||
|    virtual void Initialize()                                        = 0; | ||||
|    virtual void Render(const QMapbox::CustomLayerRenderParameters&) = 0; | ||||
|    virtual void Deinitialize()                                      = 0; | ||||
|    virtual void Initialize()                                            = 0; | ||||
|    virtual void Render(const QMapLibreGL::CustomLayerRenderParameters&) = 0; | ||||
|    virtual void Deinitialize()                                          = 0; | ||||
| 
 | ||||
| protected: | ||||
|    std::shared_ptr<MapContext> context() const; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat