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:
Nick Walker 2024-08-01 03:50:18 -07:00 committed by GitHub
parent 59f221ca12
commit 10d1f75f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 33 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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",

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 96 KiB