From 062d028378791d218ac178574a864843ac9c387f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Fiti=C3=A9?= Date: Thu, 25 May 2017 19:36:12 +0200 Subject: Add some more common landuse polygons from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse --- navit/item_def.h | 7 + navit/maptool/osm.c | 7 + navit/navit_shipped.xml | 478 +++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 407 insertions(+), 85 deletions(-) diff --git a/navit/item_def.h b/navit/item_def.h index c679cbe76..231891d12 100644 --- a/navit/item_def.h +++ b/navit/item_def.h @@ -621,4 +621,11 @@ ITEM(poly_place5) ITEM(poly_place6) ITEM(poly_water_tiled) ITEM(poly_meadow) +ITEM(poly_depot) +ITEM(poly_garages) +ITEM(poly_greenhouse) +ITEM(poly_orchard) +ITEM(poly_plantnursery) +ITEM(poly_port) +ITEM(poly_saltpond) ITEM2(0xffffffff,last) diff --git a/navit/maptool/osm.c b/navit/maptool/osm.c index ac8dc3e89..19608915b 100644 --- a/navit/maptool/osm.c +++ b/navit/maptool/osm.c @@ -685,6 +685,13 @@ static char *attrmap={ "w landuse=retail poly_retail\n" "w landuse=village_green poly_village_green\n" "w landuse=vineyard poly_farm\n" + "w landuse=depot poly_depot\n" + "w landuse=garages poly_garages\n" + "w landuse=greenhouse_horticulture poly_greenhouse\n" + "w landuse=orchard poly_orchard\n" + "w landuse=plant_nursery poly_plantnursery\n" + "w landuse=port poly_port\n" + "w landuse=salt_pond poly_saltpond\n" "w leisure=common poly_common\n" "w leisure=fishing poly_fishing\n" "w leisure=garden poly_garden\n" diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml index d3785c645..0ffd57114 100644 --- a/navit/navit_shipped.xml +++ b/navit/navit_shipped.xml @@ -454,51 +454,182 @@ Waypoint - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -626,6 +757,10 @@ Waypoint + + + + @@ -691,10 +826,26 @@ Waypoint - - - - + + + + + + + + + + + + + + + + + + + + @@ -2259,59 +2410,196 @@ Waypoint - + - - + + + + + + + + - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2420,6 +2708,10 @@ Waypoint + + + + @@ -2484,10 +2776,26 @@ Waypoint - - - - + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1