summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-17 15:52:51 +0000
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-17 15:52:51 +0000
commit0eb3f41da77b0673f42e508f6da5e88e91b3e5a2 (patch)
tree61725f647b4d45833ca9e068c968468c75da59f2
parentd8982ed3b5e696b6903e96e43fe6b4334bb6f336 (diff)
downloadnavit-svn-0eb3f41da77b0673f42e508f6da5e88e91b3e5a2.tar.gz
added place=locality as town_label_2e0
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@1052 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--osm2navit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/osm2navit.c b/osm2navit.c
index c1910bc5..273481b1 100644
--- a/osm2navit.c
+++ b/osm2navit.c
@@ -1,3 +1,4 @@
+
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
@@ -113,6 +114,7 @@ static char *attrmap={
"n place=town town_label_2e4\n"
"n place=village town_label_2e3\n"
"n place=hamlet town_label_2e2\n"
+ "n place=locality town_label_2e0\n"
"n railway=halt poi_rail_halt\n"
"n railway=level_crossing poi_level_crossing\n"
"n railway=station poi_rail_station\n"