From: martin-s Date: Fri, 24 Jun 2011 12:32:44 +0000 (+0000) Subject: Fix:maptool:Reduce priority of street_4 a bit X-Git-Tag: navit-0.5.0.5194svn~658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90782492d25811510286d2ee077c42f675b425d5;p=profile%2Fivi%2Fnavit.git Fix:maptool:Reduce priority of street_4 a bit git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4537 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/maptool/misc.c b/navit/navit/maptool/misc.c index ba864fe..357bdb9 100644 --- a/navit/navit/maptool/misc.c +++ b/navit/navit/maptool/misc.c @@ -194,8 +194,6 @@ phase34_process_file(struct tile_info *info, FILE *in, FILE *reference) 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; @@ -207,6 +205,10 @@ phase34_process_file(struct tile_info *info, FILE *in, FILE *reference) case type_district_label_1e4: 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: