diff --git a/project.mml b/project.mml index fdeef517d6..3033eab992 100644 --- a/project.mml +++ b/project.mml @@ -585,7 +585,7 @@ Layer: (SELECT way, "natural", man_made FROM planet_osm_line - WHERE "natural" IN ('arete', 'cliff', 'ridge') OR man_made = 'embankment' + WHERE "natural" IN ('arete', 'cliff', 'ridge', 'earth_bank') OR man_made = 'embankment' ) AS cliffs properties: cache-features: true @@ -2073,7 +2073,7 @@ Layer: OR aerialway IN ('cable_car', 'gondola', 'mixed_lift', 'goods', 'chair_lift', 'drag_lift', 't-bar', 'j-bar', 'platter', 'rope_tow', 'zip_line') OR leisure IN ('slipway', 'track') OR waterway IN ('dam', 'weir') - OR "natural" IN ('arete', 'cliff', 'ridge')) + OR "natural" IN ('arete', 'cliff', 'ridge', 'earth_bank')) AND name IS NOT NULL) OR (tags @> 'golf=>hole' AND ref IS NOT NULL) ) AS text_line diff --git a/style/landcover.mss b/style/landcover.mss index 6a177624bb..6ce0eccf56 100644 --- a/style/landcover.mss +++ b/style/landcover.mss @@ -856,6 +856,9 @@ [man_made = 'embankment'][zoom >= 15]::man_made { line-pattern-file: url('symbols/embankment.svg'); } + [natural = 'earth_bank'][zoom >= 16] { + line-pattern-file: url('symbols/earth_bank.svg'); + } } #barriers { diff --git a/symbols/earth_bank.svg b/symbols/earth_bank.svg new file mode 100644 index 0000000000..a35894c03d --- /dev/null +++ b/symbols/earth_bank.svg @@ -0,0 +1,4 @@ + + + +