Add landuse=flowerbed to landcover (#1661)
This adds `landuse=flowerbed` to landcover. --------- Co-authored-by: Petra Duriancikova <petra.duriancikova@maptiler.com>
This commit is contained in:
parent
59f221ca12
commit
10d1f75f7c
@ -26,7 +26,7 @@ layer:
|
||||
rock:
|
||||
subclass: ['bare_rock', 'scree']
|
||||
grass:
|
||||
subclass: ['fell', 'grassland', 'heath', 'scrub', 'shrubbery', 'tundra', 'grass', 'meadow', 'allotments', 'park', 'village_green', 'recreation_ground', 'garden', 'golf_course']
|
||||
subclass: ['fell', 'flowerbed', 'grassland', 'heath', 'scrub', 'shrubbery', 'tundra', 'grass', 'meadow', 'allotments', 'park', 'village_green', 'recreation_ground', 'garden', 'golf_course']
|
||||
wetland:
|
||||
subclass: ['wetland', 'bog', 'swamp', 'wet_meadow', 'marsh', 'reedbed', 'saltern', 'tidalflat', 'saltmarsh', 'mangrove']
|
||||
sand:
|
||||
@ -50,6 +50,7 @@ layer:
|
||||
- farm
|
||||
- farmland
|
||||
- fell
|
||||
- flowerbed
|
||||
- forest
|
||||
- garden
|
||||
- glacier
|
||||
|
||||
@ -18,6 +18,7 @@ tables:
|
||||
- farm
|
||||
- farmland
|
||||
- orchard
|
||||
- flowerbed
|
||||
- plant_nursery
|
||||
- vineyard
|
||||
- grass
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 68 KiB |
@ -137,6 +137,8 @@
|
||||
"#f5dcba",
|
||||
"farmland",
|
||||
"#eef0d5",
|
||||
"flowerbed",
|
||||
"#cdebb0",
|
||||
"forest",
|
||||
"#add19e",
|
||||
"grass",
|
||||
@ -201,6 +203,7 @@
|
||||
"scrub",
|
||||
"farm",
|
||||
"farmland",
|
||||
"flowerbed",
|
||||
"forest",
|
||||
"garden",
|
||||
"grass",
|
||||
@ -275,6 +278,8 @@
|
||||
"wetland_bog",
|
||||
"scrub",
|
||||
"scrub",
|
||||
"flowerbed",
|
||||
"flowerbed_high_zoom",
|
||||
"forest",
|
||||
"leaftype_unknown",
|
||||
"garden",
|
||||
@ -320,6 +325,7 @@
|
||||
"scrub",
|
||||
"farm",
|
||||
"farmland",
|
||||
"flowerbed",
|
||||
"forest",
|
||||
"garden",
|
||||
"grass",
|
||||
|
||||
24
style/icons/flowerbed_high_zoom.svg
Normal file
24
style/icons/flowerbed_high_zoom.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 96 KiB |
Loading…
x
Reference in New Issue
Block a user