lowered a minimum scale limit from 20m to 10m to see more details on map at the 17 scale.

This commit is contained in:
rachytski 2011-11-20 17:36:21 +04:00 committed by Alex Zolotarev
parent 780670c8c4
commit 087ba6543a

View file

@ -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),