From 88a841e85cc3a64a604632ab324f6339cb950b5d Mon Sep 17 00:00:00 2001 From: martin-s Date: Tue, 22 Jan 2008 19:49:57 +0000 Subject: [PATCH] Fix:Tools:Put higher order streets closer to the tile tree root git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@796 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/osm2navit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/src/osm2navit.c b/navit/src/osm2navit.c index 8f1385c..c0b8c6f 100644 --- a/navit/src/osm2navit.c +++ b/navit/src/osm2navit.c @@ -1168,7 +1168,7 @@ phase34_process_file(int phase, FILE *in) bbox((struct coord *)(ib+1), ib->clen/2, &r); buffer[0]='\0'; max=14; - if (ib->type == type_street_n_lanes || ib->type == type_highway_city || ib->type == type_highway_land) + if (ib->type == type_street_n_lanes || ib->type == type_highway_city || ib->type == type_highway_land || ib->type == type_ramp) max=8; if (ib->type == type_street_3_city || ib->type == type_street_4_city || ib->type == type_street_3_land || ib->type == type_street_4_land) max=12; -- 2.7.4