Add:Maptool: Adds in extra street types, allowing for more routing options. Closes...
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 21 Jun 2011 09:24:30 +0000 (09:24 +0000)
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 21 Jun 2011 09:24:30 +0000 (09:24 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4536 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/maptool/misc.c

index ba2db1e..ba864fe 100644 (file)
@@ -194,6 +194,8 @@ 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;
@@ -212,9 +214,7 @@ phase34_process_file(struct tile_info *info, FILE *in, FILE *reference)
                case type_district_label_2e3:
                case type_district_label_1e3:
                case type_street_3_city:
-               case type_street_4_city:
                case type_street_3_land:
-               case type_street_4_land:
                        max=12;
                        break;
                default: