set confectionery icon to chocolate in default style

pull/1628/head
michalgwo 2024-02-03 14:55:21 +01:00
rodzic 5299b4bdf9
commit 8b858b019a
1 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -22,7 +22,13 @@
]
]
},
"icon-image": "{subclass}",
"icon-image": [
"match",
["get", "subclass"],
"chocolate",
"confectionery",
["get", "subclass"]
],
"text-field": "{name:latin}\n{name:nonlatin}",
"visibility": "visible",
"text-anchor": "top",
@ -99,7 +105,13 @@
]
]
},
"icon-image": "{subclass}",
"icon-image": [
"match",
["get", "subclass"],
"chocolate",
"confectionery",
["get", "subclass"]
],
"text-field": "{name:latin}\n{name:nonlatin}",
"visibility": "visible",
"text-anchor": "top",