summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdankov <mdankov@users.noreply.github.com>2015-11-02 22:31:46 +0300
committermdankov <mdankov@users.noreply.github.com>2015-11-02 22:31:46 +0300
commit3ce0f5b4410d98c2f08e7288dcb1c209e3cecdf9 (patch)
treea4c0414ff1e2acacac6ba6bcb8fff0069ac0127c
parent2f4752d69bde62648f4c9c2b9ec96557347c604f (diff)
downloadnavit-R6327.tar.gz
Make big cities visible at low zoomR6327
-rw-r--r--navit/maptool/misc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/navit/maptool/misc.c b/navit/maptool/misc.c
index d4ce6f169..90b03d462 100644
--- a/navit/maptool/misc.c
+++ b/navit/maptool/misc.c
@@ -173,8 +173,12 @@ item_order_by_type(enum item_type type)
switch (type) {
case type_town_label_1e7:
case type_town_label_5e6:
+ max=3;
+ break;
case type_town_label_2e6:
case type_town_label_1e6:
+ max=5;
+ break;
case type_town_label_5e5:
case type_district_label_1e7:
case type_district_label_5e6: