summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-04-13 13:28:03 -0700
committerPierre GRANDIN <grandinp@altern.org>2015-04-13 13:28:03 -0700
commitea3d257a6272439015f7dea72a1e6f42d1c522b9 (patch)
treeaad39e8f2d5da87d269d9fb4a575a841625d273c
parent6a4f1a6000e957e63defa470a060068f4a4de7d5 (diff)
downloadnavit-ea3d257a6272439015f7dea72a1e6f42d1c522b9.tar.gz
Reverting commit r4537 which is supposed to cause #1296
-rw-r--r--navit/maptool/misc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/navit/maptool/misc.c b/navit/maptool/misc.c
index a0816e120..f0ef8edc4 100644
--- a/navit/maptool/misc.c
+++ b/navit/maptool/misc.c
@@ -190,6 +190,8 @@ item_order_by_type(enum item_type type)
case type_street_n_lanes:
case type_highway_city:
case type_highway_land:
+ case type_street_4_land:
+ case type_street_4_city:
case type_ramp:
max=8;
break;
@@ -205,10 +207,6 @@ item_order_by_type(enum item_type type)
if(experimental)
max=9;
break;
- case type_street_4_land:
- case type_street_4_city:
- max=10;
- break;
case type_town_label_5e3:
case type_town_label_2e3:
case type_town_label_1e3: