forked from MapComplete/MapComplete
Add question on accessibility of bicycle pumps
This commit is contained in:
parent
fa2e9db571
commit
6ff4d22de3
3 changed files with 73 additions and 4 deletions
|
@ -169,10 +169,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"badges": [
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "service:bicycle:pump:operational_status=broken",
|
||||
"then": "close:red"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": ["access=no","access=private"]
|
||||
},
|
||||
"then": "invalid"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue