From d4129015bc6a13aef61688d0cae60f985c79403f Mon Sep 17 00:00:00 2001 From: korrosa Date: Thu, 29 Mar 2012 20:26:40 +0000 Subject: [PATCH] Add:core:Add landuse/natural=meadow to Navit, using new poly_meadow item|Fixes #1024 , thanks for the suggestion Wakefred! git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5002 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/item_def.h | 1 + navit/navit/maptool/osm.c | 2 ++ navit/navit/navit_shipped.xml | 11 +++++++++++ 3 files changed, 14 insertions(+) diff --git a/navit/navit/item_def.h b/navit/navit/item_def.h index 4fd5743..971b5ea 100644 --- a/navit/navit/item_def.h +++ b/navit/navit/item_def.h @@ -582,4 +582,5 @@ ITEM(poly_place4) ITEM(poly_place5) ITEM(poly_place6) ITEM(poly_water_tiled) +ITEM(poly_meadow) ITEM2(0xffffffff,last) diff --git a/navit/navit/maptool/osm.c b/navit/navit/maptool/osm.c index ecbd24e..56a68e0 100644 --- a/navit/navit/maptool/osm.c +++ b/navit/navit/maptool/osm.c @@ -631,6 +631,7 @@ static char *attrmap={ "w landuse=industrial poly_industry\n" "w landuse=landfill poly_landfill\n" "w landuse=military poly_military\n" + "w landuse=meadow poly_meadow\n" "w landuse=plaza poly_plaza\n" "w landuse=quarry poly_quarry\n" "w landuse=railway poly_railway\n" @@ -666,6 +667,7 @@ static char *attrmap={ "w natural=heath poly_heath\n" "w natural=land poly_land\n" "w natural=marsh poly_marsh\n" + "w natural=meadow poly_meadow\n" "w natural=mud poly_mud\n" "w natural=scree poly_scree\n" "w natural=scrub poly_scrub\n" diff --git a/navit/navit/navit_shipped.xml b/navit/navit/navit_shipped.xml index 60e992b..37ed773 100644 --- a/navit/navit/navit_shipped.xml +++ b/navit/navit/navit_shipped.xml @@ -654,6 +654,10 @@ Navigation + + + + @@ -2300,6 +2304,9 @@ Navigation + + + @@ -5129,6 +5136,10 @@ Navigation + + + + -- 2.7.4