Add preset for Pasta Store (#953)

This commit is contained in:
Win Olario 2023-07-18 20:32:49 +08:00 committed by GitHub
parent dc2f6685c3
commit 712b4c7b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,31 @@
{
"icon": "fas-plate-wheat",
"fields": [
"name",
"address",
"opening_hours"
],
"moreFields": [
"{shop}"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "pasta"
},
"terms": [
"fresh pasta",
"ravioli",
"spaghetti"
],
"reference": {
"key": "shop",
"value": "pasta"
},
"name": "Pasta Store",
"aliases": [
"Pasta Shop"
]
}