summaryrefslogtreecommitdiff
path: root/navit/attr_def.h
diff options
context:
space:
mode:
authormdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-12-21 21:11:23 +0000
committermdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-12-21 21:11:23 +0000
commita3a2114c0d12667f655c7e211f6496f0d4b5f2fb (patch)
treeb056b725bcde00272516223a4c6f138d170a0533 /navit/attr_def.h
parentd4dbb2246cd649f545865a2d8ebb3721fa1f0bee (diff)
downloadnavit-a3a2114c0d12667f655c7e211f6496f0d4b5f2fb.tar.gz
Fix:core:uptade attr_def.h missed from previous commit.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5981 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/attr_def.h')
-rw-r--r--navit/attr_def.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/navit/attr_def.h b/navit/attr_def.h
index 4ab7f70ed..3b0a59243 100644
--- a/navit/attr_def.h
+++ b/navit/attr_def.h
@@ -1,6 +1,6 @@
/*
* Navit, a modular navigation system.
- * Copyright (C) 2005-2009 Navit Team
+ * Copyright (C) 2005-2014 Navit Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License
@@ -196,11 +196,11 @@ ATTR(autozoom_max)
ATTR2(0x00027500,type_rel_abs_begin)
/* These attributes are int that can either hold relative *
* or absolute values. A relative value is indicated by *
- * adding 0x60000000. *
- * *
+ * adding 0x60000000. *
+ * *
* The range of valid absolute values is -0x40000000 to *
- * 0x40000000, the range of relative values is from *
- * -0x20000000 to 0x20000000. */
+ * 0x40000000, the range of relative values is from *
+ * -0x20000000 to 0x20000000. */
ATTR(h)
ATTR(w)
ATTR(x)
@@ -390,6 +390,10 @@ ATTR(refresh_cond)
ATTR(house_number_interpolation_no_ends_incrmt_1)
ATTR(house_number_interpolation_no_ends_incrmt_2)
ATTR(dbg_level)
+ATTR(street_name_systematic_nat)
+ATTR(street_name_systematic_int)
+ATTR(street_destination)
+ATTR(exit_to)
ATTR2(0x0003ffff,type_string_end)
ATTR2(0x00040000,type_special_begin)
ATTR(order)