Allow selection of different level 2 products

This commit is contained in:
Dan Paulat 2021-11-05 22:58:53 -05:00
parent 7c606b85ff
commit 951710dcfe
9 changed files with 174 additions and 60 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include <scwx/common/products.hpp>
#include <memory>
#include <QMapboxGL>
@ -29,6 +31,8 @@ public:
explicit MapWidget(const QMapboxGLSettings&);
~MapWidget();
void SelectRadarProduct(common::Level2Product product);
private:
void changeStyle();
qreal pixelRatio();