forked from organicmaps/organicmaps
lowered a minimum scale limit from 20m to 10m to see more details on map at the 17 scale.
This commit is contained in:
parent
780670c8c4
commit
087ba6543a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ void Framework::OnCompassUpdate(location::CompassInfo const & info)
|
|||
|
||||
Framework::Framework()
|
||||
: m_hasPendingInvalidate(false),
|
||||
m_metresMinWidth(20),
|
||||
m_metresMinWidth(10),
|
||||
m_metresMaxWidth(1000000),
|
||||
#if defined(OMIM_OS_MAC) || defined(OMIM_OS_WINDOWS) || defined(OMIM_OS_LINUX)
|
||||
m_minRulerWidth(97),
|
||||
|
|
Loading…
Add table
Reference in a new issue