Skip to content

Commit 2a5da75

Browse files
committed
IHM: Add waterfalls
1 parent a3a3eea commit 2a5da75

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Styles/IHM.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4993,6 +4993,38 @@
49934993
"circle-stroke-width": {"stops": [[14, 1.2], [20, 2.1]]}
49944994
}
49954995
},
4996+
{
4997+
"id": "water-waterfall",
4998+
"type": "symbol",
4999+
"metadata": {"IHM:overlay": false},
5000+
"source": "IHM",
5001+
"source-layer": "poi",
5002+
"minzoom": 12,
5003+
"filter": ["all", ["==", "subclass", "waterfall"]],
5004+
"layout": {
5005+
"icon-image": "waterfall",
5006+
"text-field": [
5007+
"coalesce",
5008+
["get", "name:he"],
5009+
["get", "name:en"],
5010+
["get", "name"]
5011+
],
5012+
"icon-size": {"stops": [[14, 0.4], [20, 0.5]]},
5013+
"icon-allow-overlap": true,
5014+
"text-font": ["Open Sans Cond Bold"],
5015+
"text-anchor": "top",
5016+
"text-offset": [0, 0.5],
5017+
"text-size": 18,
5018+
"text-letter-spacing": 0.2,
5019+
"text-optional": true
5020+
},
5021+
"paint": {
5022+
"text-color": "#125595",
5023+
"text-halo-color": "white",
5024+
"text-halo-width": 3,
5025+
"text-halo-blur": 1.5
5026+
}
5027+
},
49965028
{
49975029
"id": "icon-camp_site",
49985030
"type": "symbol",

0 commit comments

Comments
 (0)