From 021058b56d8063ff8d4d3a88584b24d5e1f76e82 Mon Sep 17 00:00:00 2001 From: aurel_j Date: Thu, 10 Apr 2008 20:58:02 +0000 Subject: [PATCH] Add:Core:Add display of mini roundabout and turning circle git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@996 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/src/item_def.h | 2 ++ navit/src/navit.xml | 6 ++++++ navit/src/osm2navit.c | 2 ++ 3 files changed, 10 insertions(+) diff --git a/navit/src/item_def.h b/navit/src/item_def.h index 5d2df6b..d2100c9 100644 --- a/navit/src/item_def.h +++ b/navit/src/item_def.h @@ -233,6 +233,8 @@ ITEM(nav_roundabout_l8) ITEM(poi_peak) ITEM(poi_rail_station) ITEM(poi_image) +ITEM(mini_roundabout) +ITEM(turning_circle) /* Line */ ITEM2(0x80000000,line) ITEM2(0x80000001,line_unspecified) diff --git a/navit/src/navit.xml b/navit/src/navit.xml index 7408110..347c6a8 100644 --- a/navit/src/navit.xml +++ b/navit/src/navit.xml @@ -755,6 +755,12 @@ Change to your home coordinates. + + + + + + diff --git a/navit/src/osm2navit.c b/navit/src/osm2navit.c index 581212b..94f7a8f 100644 --- a/navit/src/osm2navit.c +++ b/navit/src/osm2navit.c @@ -66,8 +66,10 @@ static char *attrmap={ "n amenity=telephone poi_telephone\n" "n amenity=theatre poi_theater\n" "n highway=bus_stop poi_bus_stop\n" + "n highway=mini_roundabout mini_roundabout\n" "n highway=motorway_junction highway_exit\n" "n highway=traffic_signals traffic_signals\n" + "n highway=turning_circle turning_circle\n" "n leisure=slipway poi_boat_ramp\n" "n leisure=fishing poi_fish\n" "n sport=golf poi_golf\n" -- 2.7.4