kopia lustrzana https://github.com/openmaptiles/openmaptiles
Add natural=shrubbery to landcover (#1397)
This adds `natural=shrubbery` to landcover (next to the similar `natural=scrub`). Fixes #1396pull/1389/head^2
rodzic
b3af3d47d6
commit
da7b1b1645
|
@ -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
|
||||||
|
|
|
@ -33,6 +33,7 @@ tables:
|
||||||
- grassland
|
- grassland
|
||||||
- heath
|
- heath
|
||||||
- scrub
|
- scrub
|
||||||
|
- shrubbery
|
||||||
- tundra
|
- tundra
|
||||||
- glacier
|
- glacier
|
||||||
- bare_rock
|
- bare_rock
|
||||||
|
|
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 65 KiB Po Szerokość: | Wysokość: | Rozmiar: 67 KiB |
Ładowanie…
Reference in New Issue