Add natural=shrubbery to landcover (#1397)

This adds `natural=shrubbery` to landcover (next to the similar `natural=scrub`).

Fixes #1396
This commit is contained in:
Jeroen Hoek 2022-06-01 18:20:35 +02:00 committed by GitHub
parent b3af3d47d6
commit da7b1b1645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ layer:
rock: rock:
subclass: ['bare_rock', 'scree'] subclass: ['bare_rock', 'scree']
grass: grass:
subclass: ['fell', 'grassland', 'heath', 'scrub', 'tundra', 'grass', 'meadow', 'allotments', 'park', 'village_green', 'recreation_ground', 'garden', 'golf_course'] subclass: ['fell', 'grassland', 'heath', 'scrub', 'shrubbery', 'tundra', 'grass', 'meadow', 'allotments', 'park', 'village_green', 'recreation_ground', 'garden', 'golf_course']
wetland: wetland:
subclass: ['wetland', 'bog', 'swamp', 'wet_meadow', 'marsh', 'reedbed', 'saltern', 'tidalflat', 'saltmarsh', 'mangrove'] subclass: ['wetland', 'bog', 'swamp', 'wet_meadow', 'marsh', 'reedbed', 'saltern', 'tidalflat', 'saltmarsh', 'mangrove']
sand: sand:
@ -42,6 +42,7 @@ layer:
- bog - bog
- dune - dune
- scrub - scrub
- shrubbery
- farm - farm
- farmland - farmland
- fell - fell

View File

@ -33,6 +33,7 @@ tables:
- grassland - grassland
- heath - heath
- scrub - scrub
- shrubbery
- tundra - tundra
- glacier - glacier
- bare_rock - bare_rock

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 67 KiB