Fix:maptool:Reduce priority of street_4 a bit
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 24 Jun 2011 12:32:44 +0000 (12:32 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 24 Jun 2011 12:32:44 +0000 (12:32 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4537 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/maptool/misc.c

index ba864fe..357bdb9 100644 (file)
@@ -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: