summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-03 18:39:55 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-03 18:39:55 +0000
commitf60d0e3749b7e20175543b96a90c4f45771e0b77 (patch)
tree46ff844793ff2fd65a0ab2ef1139f250dc54c471
parent75839825b3d7ee63750718e451198a259aeb367b (diff)
downloadnavit-svn-f60d0e3749b7e20175543b96a90c4f45771e0b77.tar.gz
Add:Core:New flags for ford and undergroupd
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3857 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit/attr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/attr.h b/navit/attr.h
index 45b63595..75f824d3 100644
--- a/navit/attr.h
+++ b/navit/attr.h
@@ -51,6 +51,8 @@ enum attr_type {
#define AF_TOLL (1<<10)
#define AF_SEASONAL (1<<11)
#define AF_UNPAVED (1<<12)
+#define AF_FORD (1<<13)
+#define AF_UNDERGROUND (1<<14)
#define AF_DANGEROUS_GOODS (1<<19)
#define AF_EMERGENCY_VEHICLES (1<<20)
#define AF_TRANSPORT_TRUCK (1<<21)