From 32ced88b5ff6cde9a1d9e51c2d4523944c70175e Mon Sep 17 00:00:00 2001 From: martin-s Date: Mon, 24 Mar 2008 17:39:29 +0000 Subject: [PATCH] Add:Core:Added patches from Christoph Eckert git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@958 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/item_def.h | 7 + navit/src/navit.xml | 1070 +++++++++++++++++++++++++++++++++++++++++++++++-- navit/src/osm2navit.c | 13 +- 3 files changed, 1042 insertions(+), 48 deletions(-) diff --git a/navit/src/item_def.h b/navit/src/item_def.h index 2eb2832..b46823b 100644 --- a/navit/src/item_def.h +++ b/navit/src/item_def.h @@ -278,6 +278,13 @@ ITEM(coverage) ITEM(street_pedestrian) ITEM(bridge) ITEM(tunnel) +ITEM(bridleway) +ITEM(cycleway) +ITEM(footway) +ITEM(steps) +ITEM(track_paved) +ITEM(track_gravelled) +ITEM(track_unpaved) /* Area */ ITEM2(0xc0000000,area) ITEM2(0xc0000001,area_unspecified) diff --git a/navit/src/navit.xml b/navit/src/navit.xml index e4ccff3..b7cd45c 100644 --- a/navit/src/navit.xml +++ b/navit/src/navit.xml @@ -79,7 +79,7 @@ Change to your home coordinates. - + @@ -188,42 +188,67 @@ Change to your home coordinates. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -256,7 +281,7 @@ Change to your home coordinates. - + @@ -617,9 +642,9 @@ Change to your home coordinates. - - - + + + @@ -1017,7 +1042,968 @@ Change to your home coordinates. - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/navit/src/osm2navit.c b/navit/src/osm2navit.c index fd7ec6e..2a9719e 100644 --- a/navit/src/osm2navit.c +++ b/navit/src/osm2navit.c @@ -122,11 +122,12 @@ static char *attrmap={ "w aeroway taxiway aeroway_taxiway\n" "w aeroway terminal poly_terminal\n" "w amenity parking poly_car_parking\n" - "w highway cycleway street_nopass\n" - "w highway footway street_nopass\n" - "w highway steps street_nopass\n" - "w highway cyclepath street_nopass\n" - "w highway track street_nopass\n" + "w highway bridleway bridleway\n" + "w highway cycleway cycleway\n" + "w highway cyclepath cycleway\n" + "w highway footway footway\n" + "w highway steps steps\n" + "w highway track track_gravelled\n" "w highway service street_service\n" "w highway pedestrian street_pedestrian\n" "w highway residential street_1_city\n" @@ -134,7 +135,7 @@ static char *attrmap={ "w highway minor street_1_land\n" "w highway tertiary street_2_city\n" "w highway secondary street_3_city\n" - "w highway unsurfaced street_nopass\n" + "w highway unsurfaced track_gravelled\n" "w highway primary street_4_city\n" "w highway primary_link ramp\n" "w highway trunk street_4_city\n" -- 2.7.4