forked from organicmaps/organicmaps
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:
parent
5162dacaea
commit
183435acd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue