Skip to content

Commit

Permalink
Create preset for shop=rice (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
govvin committed Jul 6, 2023
1 parent 8f0f711 commit c00e3df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/presets/shop/rice.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"icon": "fas-bowl-rice",
"fields": [
"name",
"{shop}"
],
"moreFields": [
"{shop}"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "rice"
},
"reference": {
"key": "shop",
"value": "rice"
},
"name": "Rice Store"
}

0 comments on commit c00e3df

Please sign in to comment.