summaryrefslogtreecommitdiff
path: root/navit/maptool
diff options
context:
space:
mode:
authormdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-03-19 19:17:26 +0000
committermdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-03-19 19:17:26 +0000
commitad5bdfdf28ddb7ed0b07e270b99201a5b6dc2806 (patch)
tree7bfbed32ab97c8e6a97b40a18280944669a4d08f /navit/maptool
parent0bd41612aa2638bd5cd5c855beae03ca8bfd3ff4 (diff)
downloadnavit-ad5bdfdf28ddb7ed0b07e270b99201a5b6dc2806.tar.gz
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
Diffstat (limited to 'navit/maptool')
-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 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;