forked from MapComplete/MapComplete
Make bicycle-rental questions conditional in bike_shop layer
This commit is contained in:
parent
e836445de6
commit
c8971a1cbe
3 changed files with 19 additions and 7 deletions
|
@ -314,7 +314,10 @@
|
|||
"cs": "Zde si můžete půjčit cyklistické přilby"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"condition": {
|
||||
"and": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "rental_types",
|
||||
|
@ -443,7 +446,9 @@
|
|||
"key": "capacity:bicycle_type",
|
||||
"type": "pnat"
|
||||
},
|
||||
"condition": "rental~.*bicycle_type.*"
|
||||
"condition": {"and":
|
||||
["rental~.*bicycle_type.*"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -554,4 +559,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue