summaryrefslogtreecommitdiff
path: root/navit/item_def.h
diff options
context:
space:
mode:
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-09 22:40:06 +0000
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-09 22:40:06 +0000
commit32e1067ce54fe46be2cd227b020dc164e7941581 (patch)
tree8ce9a08c2709fb495b5ce4ca4e47744e048b2e70 /navit/item_def.h
parent5497dee824a6c5c759ca4ee65dadbe15b3125dad (diff)
downloadnavit-32e1067ce54fe46be2cd227b020dc164e7941581.tar.gz
added some barriers according to Map Features in the osm wiki.
Items include walls, fences and ditches. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1923 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/item_def.h')
-rw-r--r--navit/item_def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/navit/item_def.h b/navit/item_def.h
index 75e20e859..80310d3be 100644
--- a/navit/item_def.h
+++ b/navit/item_def.h
@@ -407,6 +407,12 @@ ITEM(house_number_interpolation_even)
ITEM(house_number_interpolation_odd)
ITEM(house_number_interpolation_all)
ITEM(house_number_interpolation_alphabetic)
+ITEM(ditch)
+ITEM(hedge)
+ITEM(fence)
+ITEM(wall)
+ITEM(retaining_wall)
+ITEM(city_wall)
/* Area */
ITEM2(0xc0000000,area)
ITEM2(0xc0000001,area_unspecified)