forked from MapComplete/MapComplete
Add condition to bicycle rental type, add clarification in cyclofix to shop=rental
This commit is contained in:
parent
e7f6e2e1b8
commit
13c2c2309c
2 changed files with 14 additions and 3 deletions
|
@ -112,7 +112,8 @@
|
|||
"hu": "Ez egy leadási pont: ennek a kerékpárkölcsönzőnek a kijelölt kerékpártárolója"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"condition": "amenity=bicycle_rental"
|
||||
},
|
||||
"website",
|
||||
"email",
|
||||
|
@ -142,6 +143,7 @@
|
|||
},
|
||||
{
|
||||
"id": "bicycle-types",
|
||||
"group": "bicycle_rental",
|
||||
"question": {
|
||||
"en": "What kind of bicycles and accessories are rented here?",
|
||||
"nl": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?"
|
||||
|
@ -268,7 +270,7 @@
|
|||
"renderings": [
|
||||
{
|
||||
"id": "rental-capacity-bicycle-type",
|
||||
"group": "",
|
||||
"group": "bicycle_rental",
|
||||
"question": {
|
||||
"en": "How much type_plural can be rented here? ",
|
||||
"nl": "Hoeveel type_plural kunnen hier uitgeleend worden?"
|
||||
|
|
|
@ -210,7 +210,16 @@
|
|||
"pt_BR": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas",
|
||||
"de": "Dieses Geschäft ist auf den Verkauf von {shop} spezialisiert und im Bereich Fahrrad tätig",
|
||||
"pt": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "shop=rental",
|
||||
"then": {
|
||||
"nl": "Deze zaak focust op verhuur",
|
||||
"en": "Deze business focuses on rental"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue