MCPcopy Create free account
hub / github.com/comaps/comaps / IsVisible

Method IsVisible

libs/map/isolines_manager.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool IsolinesManager::IsVisible() const
79{
80 return m_currentModelView && df::GetDrawTileScale(*m_currentModelView) >= kMinIsolinesZoom;
81}
82
83void IsolinesManager::UpdateViewport(ScreenBase const & screen)
84{

Callers

nothing calls this directly

Calls 1

GetDrawTileScaleFunction · 0.85

Tested by

no test coverage detected