mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:40:06 +00:00 
			
		
		
		
	Refactor QMapLibreGL to QMapLibre
This commit is contained in:
		
							parent
							
								
									db0d26a4ad
								
							
						
					
					
						commit
						1fd52f771c
					
				
					 55 changed files with 305 additions and 313 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
| 
 | ||||
| #include <string> | ||||
| 
 | ||||
| #include <QMapLibreGL/settings.hpp> | ||||
| #include <QMapLibre/Settings> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -32,10 +32,10 @@ struct MapStyle | |||
| 
 | ||||
| struct MapProviderInfo | ||||
| { | ||||
|    MapProvider                             mapProvider_ {MapProvider::Unknown}; | ||||
|    std::string                             cacheDbName_ {}; | ||||
|    QMapLibreGL::Settings::SettingsTemplate settingsTemplate_ {}; | ||||
|    std::vector<MapStyle>                   mapStyles_ {}; | ||||
|    MapProvider                           mapProvider_ {MapProvider::Unknown}; | ||||
|    std::string                           cacheDbName_ {}; | ||||
|    QMapLibre::Settings::SettingsTemplate settingsTemplate_ {}; | ||||
|    std::vector<MapStyle>                 mapStyles_ {}; | ||||
| }; | ||||
| 
 | ||||
| MapProvider            GetMapProvider(const std::string& name); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat