Change minimal text height from 4 to 2.

Otherwise our rules for small villages in 12, 13 scales doesn't work.
This commit is contained in:
vng 2011-02-16 01:17:00 +02:00 committed by Alex Zolotarev
parent 5162dacaea
commit 183435acd8

View file

@ -203,7 +203,7 @@ void DrawerYG::drawArea(vector<m2::PointD> const & pts, rule_ptr_t pRule, int de
namespace
{
double const min_text_height_filtered = 4;
double const min_text_height_filtered = 2;
double const min_text_height = 12; // 8
// double const min_text_height_mask = 9.99; // 10
}