Add landuse=flowerbed to landcover (#1661)

This adds `landuse=flowerbed` to landcover.

---------

Co-authored-by: Petra Duriancikova <petra.duriancikova@maptiler.com>
pull/1680/head
Nick Walker 2024-08-01 03:50:18 -07:00 zatwierdzone przez GitHub
rodzic 59f221ca12
commit 10d1f75f7c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
5 zmienionych plików z 33 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -18,6 +18,7 @@ tables:
- farm
- farmland
- orchard
- flowerbed
- plant_nursery
- vineyard
- grass

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 67 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 68 KiB

Wyświetl plik

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

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 96 KiB