Ciao,
ti basta
case
when amenity in ('restaurant','cafe','pub','bar','fast_food')
then '{ "color": "OrangeRed" }'
when tourism in
('hotel','apartment','camp_site','chalet','guest_house','alpine_hut')
then '{ "color": "DeepSkyBlue" }'
end
se guardi la guida del calcolatore di campi vedrai che puoi inserire
quanti WHEN vuoi
Matteo