mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-18 14:44:54 +02:00
Add presets for bike tube and pizza vending machines (#516)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "temaki-vending_machine",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"inner tube",
|
||||
"bicycle tubes",
|
||||
"bike tube"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "vending_machine",
|
||||
"vending": "bicycle_tube"
|
||||
},
|
||||
"reference": {
|
||||
"key": "vending",
|
||||
"value": "bicycle_tube"
|
||||
},
|
||||
"name": "Bicycle Inner Tube Vending Machine"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "temaki-vending_machine",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"pizza"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "vending_machine",
|
||||
"vending": "pizza"
|
||||
},
|
||||
"reference": {
|
||||
"key": "vending",
|
||||
"value": "pizza"
|
||||
},
|
||||
"name": "Pizza Vending Machine"
|
||||
}
|
||||
Reference in New Issue
Block a user