forked from MapComplete/MapComplete
parent
fc6160c760
commit
25ab170a2b
7 changed files with 50 additions and 17 deletions
|
@ -241,6 +241,14 @@
|
|||
},
|
||||
"icon": "./assets/layers/vending_machine/potato.svg"
|
||||
},
|
||||
{
|
||||
"if": "vending=meat",
|
||||
"then": {
|
||||
"en": "Meat is sold",
|
||||
"nl": "Vlees wordt verkocht"
|
||||
},
|
||||
"icon": "./assets/layers/id_presets/temaki-meat.svg"
|
||||
},
|
||||
{
|
||||
"if": "vending=flowers",
|
||||
"then": {
|
||||
|
@ -433,6 +441,10 @@
|
|||
"if": "vending=potatoes",
|
||||
"then": "circle:white;./assets/layers/vending_machine/potato.svg"
|
||||
},
|
||||
{
|
||||
"if": "vending=meat",
|
||||
"then": "./assets/layers/id_presets/temaki-meat.svg"
|
||||
},
|
||||
{
|
||||
"if": "vending=flowers",
|
||||
"then": "circle:white;./assets/layers/id_presets/maki-florist.svg"
|
||||
|
@ -768,6 +780,14 @@
|
|||
},
|
||||
"osmTags": "vending~i~.*potatoes.*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Sale of meat",
|
||||
"nl": "Verkoop van vlees",
|
||||
"de": "Verkauf von Fleisch"
|
||||
},
|
||||
"osmTags": "vending~i~.*meat.*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Sale of flowers",
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
"vending!~(parking_tickets|elongated_coin|public_transport_tickets)"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"=presets": []
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue