mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
RadarProductView does not need QMapboxGL
This commit is contained in:
parent
7747e869ba
commit
d7e60a0d8c
7 changed files with 25 additions and 86 deletions
|
|
@ -104,8 +104,7 @@ void MapWidget::changeStyle()
|
|||
void MapWidget::AddLayers()
|
||||
{
|
||||
std::shared_ptr<view::RadarProductView> radarProductView =
|
||||
std::make_shared<view::RadarProductView>(p->radarProductManager_,
|
||||
p->map_);
|
||||
std::make_shared<view::RadarProductView>(p->radarProductManager_);
|
||||
|
||||
radarProductView->Initialize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue