summaryrefslogtreecommitdiff
path: root/navit/attr_def.h
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-07-07 14:27:36 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-07-07 14:27:36 +0000
commitc149cdfe7a6b9b213481542385b0ec5cf809cf96 (patch)
tree9931dfb9b70a149064cebcd642925e96487d73c4 /navit/attr_def.h
parentc98c4d49794fdc258b4aba2210e56ae2f749960a (diff)
downloadnavit-svn-c149cdfe7a6b9b213481542385b0ec5cf809cf96.tar.gz
Add:maptool:Write OSM data from addr:interpolation to binfile.|Part of #1177.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5804 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/attr_def.h')
-rw-r--r--navit/attr_def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/navit/attr_def.h b/navit/attr_def.h
index 1b3c099a..f4d53a7a 100644
--- a/navit/attr_def.h
+++ b/navit/attr_def.h
@@ -346,6 +346,8 @@ ATTR(log_gpx_desc)
ATTR(map_pass)
ATTR(validity_period)
ATTR(socket)
+/* These attributes for house number interpolation are only written by
+ * martin-s' (unpublished) GDF converter. */
ATTR(house_number_left)
ATTR(house_number_left_odd)
ATTR(house_number_left_even)
@@ -376,6 +378,10 @@ ATTR(first_key)
ATTR(last_key)
ATTR(src_dir)
ATTR(refresh_cond)
+/* House number interpolation information from OSM. For OSM data, the interpolation must
+ * exclude the end nodes, because these are imported as separate nodes. */
+ATTR(house_number_interpolation_no_ends_incrmt_1)
+ATTR(house_number_interpolation_no_ends_incrmt_2)
ATTR2(0x0003ffff,type_string_end)
ATTR2(0x00040000,type_special_begin)
ATTR(order)