forked from organicmaps/organicmaps
[core][isolines] Update start mwm version with isolines.
This commit is contained in:
parent
f89a6be34a
commit
891f5f5e48
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@
|
|||
|
||||
int constexpr kMinIsolinesZoom = 11;
|
||||
|
||||
// TODO: Update value.
|
||||
int64_t constexpr kMinDataVersion = 0;
|
||||
int64_t constexpr kMinDataVersion = 200209;
|
||||
|
||||
IsolinesManager::IsolinesManager(DataSource & dataSource, GetMwmsByRectFn const & getMwmsByRectFn)
|
||||
: m_dataSource(dataSource)
|
||||
|
|
Loading…
Add table
Reference in a new issue