mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 15:30:04 +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
				
			
		|  | @ -18,7 +18,7 @@ | |||
| #include <boost/timer/timer.hpp> | ||||
| #include <fmt/chrono.h> | ||||
| #include <GeographicLib/Geodesic.hpp> | ||||
| #include <QMapbox> | ||||
| #include <QMapLibreGL/QMapLibreGL> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -304,8 +304,8 @@ void RadarProductManager::Initialize() | |||
|    GeographicLib::Geodesic geodesic(GeographicLib::Constants::WGS84_a(), | ||||
|                                     GeographicLib::Constants::WGS84_f()); | ||||
| 
 | ||||
|    const QMapbox::Coordinate radar(p->radarSite_->latitude(), | ||||
|                                    p->radarSite_->longitude()); | ||||
|    const QMapLibreGL::Coordinate radar(p->radarSite_->latitude(), | ||||
|                                        p->radarSite_->longitude()); | ||||
| 
 | ||||
|    const float gateSize = gate_size(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat