Skip to content

Commit 212ee52

Browse files
novolifetordanstyrasd
authored
Add Hot Pot Restaurant preset (#1569)
Co-authored-by: Tobias <t@tobiasjordans.de> Co-authored-by: Martin Raifer <martin@raifer.tech>
1 parent e660b5f commit 212ee52

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

data/fields/cuisine.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"salad": "Salad",
5050
"crepe": "Crepe",
5151
"hot_dog": "Hot Dog",
52+
"hotpot": "Hot Pot",
5253
"pancake": "Pancake",
5354
"dessert": "Dessert",
5455
"diner": "Diner",
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"icon": "maki-restaurant-noodle",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"terms": [
8+
"beijing",
9+
"budae jjigae",
10+
"canton",
11+
"chhnang pleurng",
12+
"china",
13+
"fondue",
14+
"guangdong",
15+
"hotpot",
16+
"jeongol",
17+
"jjigae",
18+
"kimchi jjigae",
19+
"lau",
20+
"mu kratha",
21+
"nabemono",
22+
"peking",
23+
"shabu shabu",
24+
"sichaun",
25+
"sin jum",
26+
"sukiyaki",
27+
"teochew",
28+
"teoswa",
29+
"yao hon"
30+
],
31+
"tags": {
32+
"amenity": "restaurant",
33+
"cuisine": "hotpot"
34+
},
35+
"reference": {
36+
"key": "cuisine",
37+
"value": "hotpot"
38+
},
39+
"name": "Hot Pot Restaurant"
40+
}

0 commit comments

Comments
 (0)