diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-03 15:11:22 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-03 15:11:22 +0000 |
commit | e9967cb04fcaab6735656850a0496342ff34d85c (patch) | |
tree | 50c3f17b83c3e0005a34212ba4e16f034c1d5b4d /navit/item_def.h | |
parent | 8717332fcd10d05af2e1ffcdafed2300fd443448 (diff) | |
download | navit-e9967cb04fcaab6735656850a0496342ff34d85c.tar.gz |
Add:Core:Added new item types
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1768 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/item_def.h')
-rw-r--r-- | navit/item_def.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/navit/item_def.h b/navit/item_def.h index b03feb923..35b652a69 100644 --- a/navit/item_def.h +++ b/navit/item_def.h @@ -279,6 +279,25 @@ ITEM(nav_destination) ITEM(tec_common) ITEM(trackpoint_tracked) ITEM(announcement) +ITEM(poi_post_box) +ITEM(poi_post_office) +ITEM(poi_school_university) +ITEM(poi_school_college) +ITEM(poi_motel) +ITEM(poi_guesthouse) +ITEM(poi_hostel) +ITEM(poi_taxi) +ITEM(poi_prison) +ITEM(poi_kindergarten) +ITEM(poi_shop_butcher) +ITEM(poi_shop_baker) +ITEM(poi_shop_kiosk) +ITEM(poi_soccer) +ITEM(poi_basketball) +ITEM(poi_baseball) +ITEM(poi_climbing) +ITEM(poi_motor_sport) +ITEM(poi_tennis) /* Line */ ITEM2(0x80000000,line) ITEM2(0x80000001,line_unspecified) |