mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Add vending=bottle_return preset
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "temaki-vending_machine",
|
||||
"fields": [
|
||||
"vending",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"bottle return"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "vending_machine",
|
||||
"vending": "bottle_return"
|
||||
},
|
||||
"reference": {
|
||||
"key": "vending",
|
||||
"value": "bottle_return"
|
||||
},
|
||||
"name": "Bottle Return Machine"
|
||||
}
|
||||
Reference in New Issue
Block a user