Skip to content

Commit

Permalink
Rename vending=sweets preset
Browse files Browse the repository at this point in the history
Also added a preset for `vending=snacks`
  • Loading branch information
arch0345 committed Oct 28, 2023
1 parent f2c16fb commit 2d0d82d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
20 changes: 20 additions & 0 deletions data/presets/amenity/vending_machine/snacks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"icon": "temaki-vending_machine",
"geometry": [
"point",
"vertex"
],
"terms": [
"candy",
"gum",
"chip",
"pretzel",
"cookie",
"cracker"
],
"tags": {
"amenity": "vending_machine",
"vending": "snacks"
},
"name": "Snacks Vending Machine"
}
9 changes: 2 additions & 7 deletions data/presets/amenity/vending_machine/sweets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"vertex"
],
"terms": [
"candy",
"gum",
"chip",
"pretzel",
"cookie",
"cracker"
"gumball"
],
"tags": {
"amenity": "vending_machine",
Expand All @@ -20,5 +15,5 @@
"key": "vending",
"value": "sweets"
},
"name": "Snack Vending Machine"
"name": "Candy Vending Machine"
}

0 comments on commit 2d0d82d

Please sign in to comment.