Merge pull request #718 from frodrigo/golf_grass

Add leisure=golf_course, map it to grass
pull/726/head
Eva Jelinkova 2019-12-09 15:21:07 +01:00 zatwierdzone przez GitHub
commit b97d6de626
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ CREATE OR REPLACE FUNCTION landcover_class(subclass VARCHAR) RETURNS TEXT AS $$
WHEN subclass IN ('wood', 'forest') THEN 'wood'
WHEN subclass IN ('bare_rock', 'scree') THEN 'rock'
WHEN subclass IN ('fell', 'grassland', 'heath', 'scrub', 'tundra', 'grass', 'meadow', 'allotments',
'park', 'village_green', 'recreation_ground', 'garden') THEN 'grass'
'park', 'village_green', 'recreation_ground', 'garden', 'golf_course') THEN 'grass'
WHEN subclass IN ('wetland', 'bog', 'swamp', 'wet_meadow', 'marsh', 'reedbed',
'saltern', 'tidalflat', 'saltmarsh', 'mangrove') THEN 'wetland'
WHEN subclass IN ('beach', 'sand', 'dune') THEN 'sand'

Wyświetl plik

@ -39,6 +39,7 @@ layer:
- glacier
- grass
- grassland
- golf_course
- heath
- mangrove
- marsh

Wyświetl plik

@ -90,6 +90,7 @@ tables:
leisure:
- park
- garden
- golf_course
wetland:
- bog
- swamp

Plik binarny nie jest wyświetlany.

Przed

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

Po

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