From 183435acd81da920b66e02fb5063e035d262f2f4 Mon Sep 17 00:00:00 2001 From: vng Date: Wed, 16 Feb 2011 01:17:00 +0200 Subject: [PATCH] Change minimal text height from 4 to 2. Otherwise our rules for small villages in 12, 13 scales doesn't work. --- map/drawer_yg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/drawer_yg.cpp b/map/drawer_yg.cpp index 4c1dca924f..c7925a5959 100644 --- a/map/drawer_yg.cpp +++ b/map/drawer_yg.cpp @@ -203,7 +203,7 @@ void DrawerYG::drawArea(vector 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 }