diff options
author | Pierre GRANDIN <grandinp@altern.org> | 2015-04-13 13:28:03 -0700 |
---|---|---|
committer | Pierre GRANDIN <grandinp@altern.org> | 2015-04-13 13:28:03 -0700 |
commit | ea3d257a6272439015f7dea72a1e6f42d1c522b9 (patch) | |
tree | aad39e8f2d5da87d269d9fb4a575a841625d273c | |
parent | 6a4f1a6000e957e63defa470a060068f4a4de7d5 (diff) | |
download | navit-ea3d257a6272439015f7dea72a1e6f42d1c522b9.tar.gz |
Reverting commit r4537 which is supposed to cause #1296
-rw-r--r-- | navit/maptool/misc.c | 6 |
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: |