Map fell, heath, scrub and tundra like grassland, as 'grass'

pull/663/head
Frédéric Rodrigo 2019-08-30 22:59:23 +02:00
rodzic 73c7290893
commit a2917a9323
3 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ CREATE OR REPLACE FUNCTION landcover_class(landuse VARCHAR, "natural" VARCHAR, l
WHEN "natural" IN ('glacier', 'ice_shelf') THEN 'ice'
WHEN "natural"='wood' OR landuse IN ('forest') THEN 'wood'
WHEN "natural" IN ('bare_rock', 'scree') THEN 'rock'
WHEN "natural"='grassland'
WHEN "natural" IN ('fell', 'grassland', 'heath', 'scrub', 'tundra')
OR landuse IN ('grass', 'meadow', 'allotments', 'grassland',
'park', 'village_green', 'recreation_ground')
OR leisure IN ('park', 'garden')

Wyświetl plik

@ -30,13 +30,16 @@ layer:
- beach
- bog
- dune
- scrub
- farm
- farmland
- fell
- forest
- garden
- glacier
- grass
- grassland
- heath
- mangrove
- marsh
- meadow
@ -51,6 +54,7 @@ layer:
- scree
- swamp
- tidalflat
- tundra
- village_green
- vineyard
- wet_meadow

Wyświetl plik

@ -86,7 +86,11 @@ tables:
natural:
- wood
- wetland
- fell
- grassland
- heath
- scrub
- tundra
- glacier
- bare_rock
- scree