mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:40:05 +00:00 
			
		
		
		
	Refactor QMapLibreGL to QMapLibre
This commit is contained in:
		
							parent
							
								
									db0d26a4ad
								
							
						
					
					
						commit
						1fd52f771c
					
				
					 55 changed files with 305 additions and 313 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QMapLibreGL/QMapLibreGL> | ||||
| #include <qmaplibre.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -11,13 +11,13 @@ namespace map | |||
| namespace RadarRangeLayer | ||||
| { | ||||
| 
 | ||||
| void Add(std::shared_ptr<QMapLibreGL::Map> map, | ||||
|          float                             range, | ||||
|          QMapLibreGL::Coordinate           center, | ||||
|          const QString&                    before = QString()); | ||||
| void Update(std::shared_ptr<QMapLibreGL::Map> map, | ||||
|             float                             range, | ||||
|             QMapLibreGL::Coordinate           center); | ||||
| void Add(std::shared_ptr<QMapLibre::Map> map, | ||||
|          float                           range, | ||||
|          QMapLibre::Coordinate           center, | ||||
|          const QString&                  before = QString()); | ||||
| void Update(std::shared_ptr<QMapLibre::Map> map, | ||||
|             float                           range, | ||||
|             QMapLibre::Coordinate           center); | ||||
| 
 | ||||
| } // namespace RadarRangeLayer
 | ||||
| } // namespace map
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat