forked from MapComplete/MapComplete
Standardize tagging, add items and translations
This commit is contained in:
parent
b20e887f9a
commit
144d203a5b
4 changed files with 263 additions and 59 deletions
|
@ -290,12 +290,39 @@
|
|||
"icon": "./assets/themes/stations/public_transport_tickets.svg"
|
||||
},
|
||||
{
|
||||
"if": "vending=meat",
|
||||
"if": "vending=bicycle_light",
|
||||
"then": {
|
||||
"en": "Meat products are being sold",
|
||||
"nl": "Vleesproducten worden verkocht"
|
||||
},
|
||||
"icon": "./assets/layers/id_presets/temaki-meat.svg"
|
||||
"en": "Bicycle lights are sold",
|
||||
"nl": "Fietslampjes worden verkocht"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "vending=gloves",
|
||||
"then": {
|
||||
"en": "Gloves are sold",
|
||||
"nl": "Handschoenen worden verkocht"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "vending=bicycle_repair_kit",
|
||||
"then": {
|
||||
"en": "Bicycle repair kits are sold",
|
||||
"nl": "Fietsreparatiesets worden verkocht"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "vending=bicycle_pump",
|
||||
"then": {
|
||||
"en": "Bicycle pumps are sold",
|
||||
"nl": "Fietspompen worden verkocht"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "vending=bicycle_lock",
|
||||
"then": {
|
||||
"en": "Bicycle locks are sold",
|
||||
"nl": "Fietssloten worden verkocht"
|
||||
}
|
||||
}
|
||||
],
|
||||
"multiAnswer": true
|
||||
|
@ -839,6 +866,41 @@
|
|||
"question": {
|
||||
"en": "Sale of public transport tickets"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "vending=bicycle_light",
|
||||
"question": {
|
||||
"en": "Sale of bicycle lights",
|
||||
"nl": "Verkoop van fietslampjes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "vending=gloves",
|
||||
"question": {
|
||||
"en": "Sale of gloves",
|
||||
"nl": "Verkoop van handschoenen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "vending=bicycle_repair_kit",
|
||||
"question": {
|
||||
"en": "Sale of bicycle repair kits",
|
||||
"nl": "Verkoop van fietsreparatiesets"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "vending=bicycle_pump",
|
||||
"question": {
|
||||
"en": "Sale of bicycle pumps",
|
||||
"nl": "Verkoop van fietspompen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "vending=bicycle_lock",
|
||||
"question": {
|
||||
"en": "Sale of bicycle locks",
|
||||
"nl": "Verkoop van fietssloten"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue