added place=locality as town_label_2e0
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 17 May 2008 15:52:51 +0000 (15:52 +0000)
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 17 May 2008 15:52:51 +0000 (15:52 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1052 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/osm2navit.c

index c1910bc..273481b 100644 (file)
@@ -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"