Merge pull request #718 from frodrigo/golf_grass
Add leisure=golf_course, map it to grass
This commit is contained in:
commit
b97d6de626
@ -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 ('wood', 'forest') THEN 'wood'
|
||||||
WHEN subclass IN ('bare_rock', 'scree') THEN 'rock'
|
WHEN subclass IN ('bare_rock', 'scree') THEN 'rock'
|
||||||
WHEN subclass IN ('fell', 'grassland', 'heath', 'scrub', 'tundra', 'grass', 'meadow', 'allotments',
|
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',
|
WHEN subclass IN ('wetland', 'bog', 'swamp', 'wet_meadow', 'marsh', 'reedbed',
|
||||||
'saltern', 'tidalflat', 'saltmarsh', 'mangrove') THEN 'wetland'
|
'saltern', 'tidalflat', 'saltmarsh', 'mangrove') THEN 'wetland'
|
||||||
WHEN subclass IN ('beach', 'sand', 'dune') THEN 'sand'
|
WHEN subclass IN ('beach', 'sand', 'dune') THEN 'sand'
|
||||||
|
|||||||
@ -39,6 +39,7 @@ layer:
|
|||||||
- glacier
|
- glacier
|
||||||
- grass
|
- grass
|
||||||
- grassland
|
- grassland
|
||||||
|
- golf_course
|
||||||
- heath
|
- heath
|
||||||
- mangrove
|
- mangrove
|
||||||
- marsh
|
- marsh
|
||||||
|
|||||||
@ -90,6 +90,7 @@ tables:
|
|||||||
leisure:
|
leisure:
|
||||||
- park
|
- park
|
||||||
- garden
|
- garden
|
||||||
|
- golf_course
|
||||||
wetland:
|
wetland:
|
||||||
- bog
|
- bog
|
||||||
- swamp
|
- swamp
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 66 KiB |
Loading…
x
Reference in New Issue
Block a user