Skip to content

Commit c00e3df

Browse files
authored
Create preset for shop=rice (#944)
1 parent 8f0f711 commit c00e3df

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

data/presets/shop/rice.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"icon": "fas-bowl-rice",
3+
"fields": [
4+
"name",
5+
"{shop}"
6+
],
7+
"moreFields": [
8+
"{shop}"
9+
],
10+
"geometry": [
11+
"point",
12+
"area"
13+
],
14+
"tags": {
15+
"shop": "rice"
16+
},
17+
"reference": {
18+
"key": "shop",
19+
"value": "rice"
20+
},
21+
"name": "Rice Store"
22+
}

0 commit comments

Comments
 (0)