From 5082985f307e60a6b3748dd9c63e5d086ff6b87e Mon Sep 17 00:00:00 2001 From: christeck Date: Fri, 30 May 2008 20:16:59 +0000 Subject: [PATCH] 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: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1089 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/osm2navit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/navit/navit/osm2navit.c b/navit/navit/osm2navit.c index ace6735..a9f098e 100644 --- a/navit/navit/osm2navit.c +++ b/navit/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" -- 2.7.4