From ad5bdfdf28ddb7ed0b07e270b99201a5b6dc2806 Mon Sep 17 00:00:00 2001 From: mdankov Date: Thu, 19 Mar 2015 19:17:26 +0000 Subject: Fix:maptool:Fix experimental map by moving coastline to order=9. See #845. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6026 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/maptool/misc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'navit/maptool') diff --git a/navit/maptool/misc.c b/navit/maptool/misc.c index eabd24ff8..a0816e120 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; -- cgit v1.2.1