diff options
author | Johan FitiƩ <jfitie@gmail.com> | 2017-05-25 19:36:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 19:36:12 +0200 |
commit | 062d028378791d218ac178574a864843ac9c387f (patch) | |
tree | d1259cbea12ae1af54c45fcc29bd5f3b9cfeeb20 /navit/item_def.h | |
parent | 73fa9004e7b393aba7c47dfb2ddf8201f0173b4f (diff) | |
download | navit-062d028378791d218ac178574a864843ac9c387f.tar.gz |
Add some more common landuse polygonsAddMoreCommonLandusePolygons
from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse
Diffstat (limited to 'navit/item_def.h')
-rw-r--r-- | navit/item_def.h | 7 |
1 files changed, 7 insertions, 0 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) |