Deriving level 2 product view

This commit is contained in:
Dan Paulat 2021-10-31 22:09:06 -05:00
parent 2f1f15938a
commit 9ee52e7a6b
12 changed files with 602 additions and 354 deletions

View file

@ -137,7 +137,7 @@ void OverlayLayer::render(const QMapbox::CustomLayerRenderParameters& params)
{
using namespace std::chrono;
auto sweepTime =
time_point_cast<seconds>(p->radarProductView_->SweepTime());
time_point_cast<seconds>(p->radarProductView_->sweep_time());
if (sweepTime.time_since_epoch().count() != 0)
{