From 5bb176649eb76379a8050b3ce3fe8b6900f94afa Mon Sep 17 00:00:00 2001 From: woglinde Date: Thu, 26 May 2011 11:07:18 +0000 Subject: [PATCH] Add:Maptool:Cleanup openstreetmap attributes, patch provided by themroc, closes ticket #858 git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4501 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/maptool/osm.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/navit/navit/maptool/osm.c b/navit/navit/maptool/osm.c index 8ef6bfb..8d4e779 100644 --- a/navit/navit/maptool/osm.c +++ b/navit/navit/maptool/osm.c @@ -362,10 +362,12 @@ static char *attrmap={ "n aeroway=terminal poi_airport\n" "n amenity=atm poi_bank\n" "n amenity=bank poi_bank\n" + "n amenity=bar poi_bar\n" "n amenity=bench poi_bench\n" "n amenity=biergarten poi_biergarten\n" "n amenity=bus_station poi_bus_station\n" "n amenity=cafe poi_cafe\n" + "n amenity=car_wash poi_car_wash\n" "n amenity=cinema poi_cinema\n" "n amenity=college poi_school_college\n" "n amenity=courthouse poi_justice\n" @@ -384,14 +386,16 @@ static char *attrmap={ "n amenity=parking poi_car_parking\n" "n amenity=pharmacy poi_pharmacy\n" "n amenity=place_of_worship,religion=christian poi_church\n" + "n amenity=place_of_worship poi_worship\n" "n amenity=police poi_police\n" "n amenity=post_box poi_post_box\n" "n amenity=post_office poi_post_office\n" "n amenity=prison poi_prison\n" - "n amenity=pub poi_bar\n" + "n amenity=pub poi_pub\n" "n amenity=public_building poi_public_office\n" "n amenity=recycling poi_recycling\n" - "n amenity=restaurant poi_restaurant\n" + "n amenity=restaurant,cuisine=fine_dining poi_dining\n" + "n amenity=restaurant poi_restaurant\n" "n amenity=school poi_school\n" "n amenity=shelter poi_shelter\n" "n amenity=taxi poi_taxi\n" @@ -411,12 +415,14 @@ static char *attrmap={ "n highway=mini_roundabout mini_roundabout\n" "n highway=motorway_junction highway_exit\n" "n highway=stop traffic_sign_stop\n" + "n highway=toll_booth poi_toll_booth\n" "n highway=traffic_signals traffic_signals\n" "n highway=turning_circle turning_circle\n" "n historic=boundary_stone poi_boundary_stone\n" "n historic=castle poi_castle\n" "n historic=memorial poi_memorial\n" "n historic=monument poi_monument\n" + "n historic=ruins poi_ruins\n" // "n historic=* poi_ruins\n" "n landuse=cemetery poi_cemetery\n" "n leisure=fishing poi_fish\n" @@ -469,6 +475,7 @@ static char *attrmap={ "n shop=photo poi_shop_photo\n" "n shop=shoes poi_shop_shoes\n" "n shop=supermarket poi_shopping\n" + "n sport=10pin poi_bowling\n" "n sport=baseball poi_baseball\n" "n sport=basketball poi_basketball\n" "n sport=climbing poi_climbing\n" -- 2.7.4