summaryrefslogtreecommitdiff
path: root/navit
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
commit2f39fc0055e8a35733ffb4f636b86ae4f5f3004e (patch)
tree7bfbed32ab97c8e6a97b40a18280944669a4d08f /navit
parentd292e8b12729295870434124d694d7e5537f44bf (diff)
downloadnavit-svn-2f39fc0055e8a35733ffb4f636b86ae4f5f3004e.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')
-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;