summaryrefslogtreecommitdiff
path: root/navit/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/item.h')
-rw-r--r--navit/item.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/item.h b/navit/item.h
index 89e1c439c..4640b712d 100644
--- a/navit/item.h
+++ b/navit/item.h
@@ -55,7 +55,8 @@ extern int default_flags[];
#define item_is_custom_poi(item) ((item).type >= type_poi_custom0 && (item).type < type_line)
#define item_is_street(item) (((item).type >= type_street_0 && (item).type < type_street_1_land) \
|| (item).type == type_street_pedestrian \
- || (item).type == type_living_street)
+ || (item).type == type_living_street \
+ || (item).type == type_footway)
#define item_is_equal_id(a,b) ((a).id_hi == (b).id_hi && (a).id_lo == (b).id_lo)
#define item_is_equal(a,b) (item_is_equal_id(a,b) && (a).map == (b).map)