summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-30 20:16:59 +0000
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-30 20:16:59 +0000
commitcecb1e4521f5fd8cd413904526c44ab34fcf0fec (patch)
tree1b8d1bd1f865b500d0b8e6e3809b5e4c63099083 /navit
parent0d0972a57d13cc847aab3bef6253e13d025db524 (diff)
downloadnavit-cecb1e4521f5fd8cd413904526c44ab34fcf0fec.tar.gz
added landuse=vineyard as poly_farm (same as landuse=farm) and
the newly introduced highway=road as street_1_city (same as unclassified) git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1089 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit')
-rw-r--r--navit/osm2navit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/osm2navit.c b/navit/osm2navit.c
index ace673556..a9f098e39 100644
--- a/navit/osm2navit.c
+++ b/navit/osm2navit.c
@@ -154,6 +154,7 @@ static char *attrmap={
"w highway=residential street_1_city\n"
"w highway=living_street living_street\n"
"w highway=unclassified street_1_city\n"
+ "w highway=road street_1_city\n"
"w highway=minor street_1_land\n"
"w highway=tertiary street_2_city\n"
"w highway=secondary street_3_city\n"
@@ -204,6 +205,7 @@ static char *attrmap={
"w landuse=basin poly_basin\n"
"w landuse=reservoir poly_reservoir\n"
"w landuse=farm poly_farm\n"
+ "w landuse=vineyard poly_farm\n"
"w leisure=park poly_park\n"
"w landuse=village_green poly_village_green\n"
"w landuse=recreation_ground poly_recreation_ground\n"