summaryrefslogtreecommitdiff
path: root/navit/attr.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-07-01 08:49:04 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-07-01 08:49:04 +0000
commit839f3740d6521a2f632afe02d8340ea26c0845a7 (patch)
tree2b7cac9afb32218260e365f0ca04178aa38c474f /navit/attr.h
parent3c50b2c7103f8c2164cb5d440cc2a1f9b2c5b020 (diff)
downloadnavit-839f3740d6521a2f632afe02d8340ea26c0845a7.tar.gz
Fix:Core:Removed obsolete speed limit flag, changed meaning of through traffic flag
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3463 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/attr.h')
-rw-r--r--navit/attr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/attr.h b/navit/attr.h
index 99315ed89..fb65ee82c 100644
--- a/navit/attr.h
+++ b/navit/attr.h
@@ -45,9 +45,9 @@ enum attr_type {
#define AF_ROUNDABOUT_VALID (1<<4)
#define AF_ONEWAY_EXCEPTION (1<<5)
#define AF_SPEED_LIMIT (1<<6)
-#define AF_TRUCK_SPEED_LIMIT (1<<7)
+#define AF_RESERVED1 (1<<7)
#define AF_SIZE_OR_WEIGHT_LIMIT (1<<8)
-#define AF_THROUGH_TRAFFIC (1<<9)
+#define AF_THROUGH_TRAFFIC_LIMIT (1<<9)
#define AF_TOLL (1<<10)
#define AF_SEASONAL (1<<11)
#define AF_UNPAVED (1<<12)