Add elevation to product label. Mainly for level 3 products

This commit is contained in:
AdenKoperczak 2025-04-12 11:10:42 -04:00
parent 5968fd981c
commit be972cdb7e
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
4 changed files with 24 additions and 8 deletions

View file

@ -275,7 +275,7 @@ public:
bool productAvailabilityProductSelected_ {false};
std::unordered_map<std::string, size_t> tiltsToIndices_;
size_t currentTiltIndex_ {0};
size_t currentTiltIndex_ {0};
public slots:
void Update();
@ -2163,7 +2163,6 @@ void MapWidgetImpl::CheckLevel3Availability()
availableTilts[availableTilts.size() - 1],
0,
widget_->GetSelectedTime());
}
else
{