summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--navit/item.h2
-rw-r--r--navit/item_def.h10
2 files changed, 10 insertions, 2 deletions
diff --git a/navit/item.h b/navit/item.h
index 00cc2f47..341d4406 100644
--- a/navit/item.h
+++ b/navit/item.h
@@ -52,7 +52,7 @@ extern int default_flags[];
#define item_is_district(item) ((item).type >= type_district_label && (item).type <= type_district_label_1e7)
#define item_is_poly_place(item) ((item).type >= type_poly_place1 && (item).type <= type_poly_place6)
#define item_is_point(item) ((item).type < type_line)
-#define item_is_custom_poi(item) ((item).type >= type_poi_customo && (item).type < type_line)
+#define item_is_custom_poi(item) ((item).type >= type_poi_customg && (item).type < type_line)
#define item_is_street(item) (((item).type >= type_street_nopass && (item).type <= type_roundabout) \
|| (item).type == type_street_service \
|| ((item).type >= type_street_pedestrian && (item).type <= type_track_grass) \
diff --git a/navit/item_def.h b/navit/item_def.h
index 0ce616ac..c679cbe7 100644
--- a/navit/item_def.h
+++ b/navit/item_def.h
@@ -358,7 +358,15 @@ ITEM(nav_exit_left)
ITEM(nav_exit_right)
ITEM(nav_keep_left)
ITEM(nav_keep_right)
-ITEM2(0x7fffffe8,poi_customo)
+ITEM2(0x7fffffe0,poi_customg)
+ITEM(poi_customh)
+ITEM(poi_customi)
+ITEM(poi_customj)
+ITEM(poi_customk)
+ITEM(poi_customl)
+ITEM(poi_customm)
+ITEM(poi_customn)
+ITEM(poi_customo)
ITEM(poi_customp)
ITEM(poi_customq)
ITEM(poi_customr)