From: geoghegan Date: Tue, 21 Jun 2011 09:24:30 +0000 (+0000) Subject: Add:Maptool: Adds in extra street types, allowing for more routing options. Closes... X-Git-Tag: navit-0.5.0.5194svn~659 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b2af2078aee99973c22274e5408dbd21ab6c0ad;p=profile%2Fivi%2Fnavit.git Add:Maptool: Adds in extra street types, allowing for more routing options. Closes ticket #876 | Thanks Tryagain git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4536 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/maptool/misc.c b/navit/navit/maptool/misc.c index ba2db1e..ba864fe 100644 --- a/navit/navit/maptool/misc.c +++ b/navit/navit/maptool/misc.c @@ -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: