Skip to content

Commit 70bdfb5

Browse files
authored
Add presets for bike tube and pizza vending machines (#516)
1 parent 0b5eb77 commit 70bdfb5

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"icon": "temaki-vending_machine",
3+
"geometry": [
4+
"point",
5+
"vertex"
6+
],
7+
"terms": [
8+
"inner tube",
9+
"bicycle tubes",
10+
"bike tube"
11+
],
12+
"tags": {
13+
"amenity": "vending_machine",
14+
"vending": "bicycle_tube"
15+
},
16+
"reference": {
17+
"key": "vending",
18+
"value": "bicycle_tube"
19+
},
20+
"name": "Bicycle Inner Tube Vending Machine"
21+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"icon": "temaki-vending_machine",
3+
"geometry": [
4+
"point",
5+
"vertex"
6+
],
7+
"terms": [
8+
"pizza"
9+
],
10+
"tags": {
11+
"amenity": "vending_machine",
12+
"vending": "pizza"
13+
},
14+
"reference": {
15+
"key": "vending",
16+
"value": "pizza"
17+
},
18+
"name": "Pizza Vending Machine"
19+
}

0 commit comments

Comments
 (0)