mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01: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
				
			
		|  | @ -7,7 +7,7 @@ | |||
| #include <chrono> | ||||
| #include <memory> | ||||
| 
 | ||||
| #include <QMapboxGL> | ||||
| #include <QMapLibreGL/QMapLibreGL> | ||||
| 
 | ||||
| #include <QOpenGLWidget> | ||||
| #include <QPropertyAnimation> | ||||
|  | @ -31,7 +31,7 @@ class MapWidget : public QOpenGLWidget | |||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    explicit MapWidget(const QMapboxGLSettings&); | ||||
|    explicit MapWidget(const QMapLibreGL::Settings&); | ||||
|    ~MapWidget(); | ||||
| 
 | ||||
|    common::Level3ProductCategoryMap   GetAvailableLevel3Categories(); | ||||
|  | @ -79,7 +79,7 @@ private: | |||
|    friend class MapWidgetImpl; | ||||
| 
 | ||||
| private slots: | ||||
|    void mapChanged(QMapboxGL::MapChange); | ||||
|    void mapChanged(QMapLibreGL::Map::MapChange); | ||||
| 
 | ||||
| signals: | ||||
|    void Level3ProductsChanged(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat