summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
Diffstat (limited to 'navit')
-rw-r--r--navit/maptool/misc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/navit/maptool/misc.c b/navit/maptool/misc.c
index eabd24ff..a0816e12 100644
--- a/navit/maptool/misc.c
+++ b/navit/maptool/misc.c
@@ -183,10 +183,6 @@ item_order_by_type(enum item_type type)
case type_district_label_5e5:
max=6;
break;
- case type_poly_water_tiled:
- if(experimental)
- max=6;
- break;
case type_town_label_2e5:
case type_town_label_1e5:
case type_district_label_2e5:
@@ -205,6 +201,10 @@ item_order_by_type(enum item_type type)
case type_district_label_1e4:
max=9;
break;
+ case type_poly_water_tiled:
+ if(experimental)
+ max=9;
+ break;
case type_street_4_land:
case type_street_4_city:
max=10;