mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
Don't display epoch on map overlay
This commit is contained in:
parent
7c44bafeb5
commit
78a16b6a99
3 changed files with 16 additions and 10 deletions
|
|
@ -103,7 +103,8 @@ void OverlayLayer::Render(const QMapbox::CustomLayerRenderParameters& params)
|
|||
{
|
||||
p->sweepTimeString_ =
|
||||
scwx::util::TimeString(context()->radarProductView_->sweep_time(),
|
||||
std::chrono::current_zone());
|
||||
std::chrono::current_zone(),
|
||||
false);
|
||||
p->sweepTimeNeedsUpdate_ = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue