From e1f9f06e38c7f01e95a5a641b73e98a5df297928 Mon Sep 17 00:00:00 2001 From: christeck Date: Wed, 20 Aug 2008 00:04:11 +0000 Subject: [PATCH] added amenity=hunting_stand. git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1270 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/osm2navit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/navit/osm2navit.c b/navit/navit/osm2navit.c index 68bbb67..8fa0e1c 100644 --- a/navit/navit/osm2navit.c +++ b/navit/navit/osm2navit.c @@ -139,12 +139,12 @@ static char *attrmap={ "n railway=level_crossing poi_level_crossing\n" "n railway=station poi_rail_station\n" "n railway=tram_stop poi_rail_tram_stop\n" - "n poi_bench amenity=park_bench amenity=bench\n" "n poi_biergarten amenity=biergarten\n" "n poi_boundary_stone historic=boundary_stone\n" "n poi_castle historic=castle\n" "n poi_hunting_stand Annehmlichkeit=Hochsitz\n" + "n poi_hunting_stand amenity=hunting_stand\n" "n poi_memorial historic=memorial\n" "n poi_monument historic=monument\n" "n poi_shelter amenity=shelter\n" -- 2.7.4