summaryrefslogtreecommitdiff
path: root/navit/attr.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-04-13 17:35:01 +0200
committermvglasow <michael -at- vonglasow.com>2018-04-13 17:35:01 +0200
commita35f6e2a4b3594cb28c75fc1e36c671e68e000bd (patch)
treee47082f3e4f932e05a5302c3bdceaa043b1d624d /navit/attr.h
parente79d572086f079dfe12be54eae6ad93061607375 (diff)
downloadnavit-a35f6e2a4b3594cb28c75fc1e36c671e68e000bd.tar.gz
Add:traffic:Initial support for oneway/access flags on traffic distortions
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/attr.h')
-rw-r--r--navit/attr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/attr.h b/navit/attr.h
index 4884ea95b..9f6a20ec4 100644
--- a/navit/attr.h
+++ b/navit/attr.h
@@ -91,6 +91,7 @@ enum attr_format {
#define AF_PBH (AF_PEDESTRIAN|AF_BIKE|AF_HORSE)
#define AF_MOTORIZED_FAST (AF_MOTORCYCLE|AF_CAR|AF_HIGH_OCCUPANCY_CAR|AF_TAXI|AF_PUBLIC_BUS|AF_DELIVERY_TRUCK|AF_TRANSPORT_TRUCK|AF_EMERGENCY_VEHICLES)
#define AF_ALL (AF_PBH|AF_MOPED|AF_MOTORIZED_FAST)
+#define AF_DISTORTIONMASK (AF_ALL|AF_ONEWAYMASK)
#define AF_DG_ANY (1<<0)