kopia lustrzana https://github.com/openmaptiles/openmaptiles
Support natural=dune aside of beach and sand
rodzic
c42943dc0c
commit
c6a13981ba
layers/landcover
|
@ -21,7 +21,7 @@ CREATE OR REPLACE FUNCTION landcover_class(landuse VARCHAR, "natural" VARCHAR, l
|
|||
OR leisure IN ('park', 'garden')
|
||||
THEN 'grass'
|
||||
WHEN "natural"='wetland' OR wetland IN ('bog', 'swamp', 'wet_meadow', 'marsh', 'reedbed', 'saltern', 'tidalflat', 'saltmarsh', 'mangrove') THEN 'wetland'
|
||||
WHEN "natural"IN ('beach', 'sand') THEN 'sand'
|
||||
WHEN "natural"IN ('beach', 'sand', 'dune') THEN 'sand'
|
||||
ELSE NULL
|
||||
END;
|
||||
$$ LANGUAGE SQL IMMUTABLE;
|
||||
|
|
|
@ -29,6 +29,7 @@ layer:
|
|||
- bare_rock
|
||||
- beach
|
||||
- bog
|
||||
- dune
|
||||
- farm
|
||||
- farmland
|
||||
- forest
|
||||
|
|
|
@ -92,6 +92,7 @@ tables:
|
|||
- scree
|
||||
- beach
|
||||
- sand
|
||||
- dune
|
||||
leisure:
|
||||
- park
|
||||
- garden
|
||||
|
|
Ładowanie…
Reference in New Issue