Add mapping for no disabled spaces, fix icon badge
This commit is contained in:
parent
412156d90d
commit
4e54044260
1 changed files with 12 additions and 3 deletions
|
@ -164,6 +164,15 @@
|
||||||
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite"
|
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite"
|
||||||
},
|
},
|
||||||
"hideInAnswer": true
|
"hideInAnswer": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "capacity:disabled=0",
|
||||||
|
"then": {
|
||||||
|
"en": "There are no disabled parking spots",
|
||||||
|
"nl": "Er zijn geen parkeerplaatsen voor gehandicapten",
|
||||||
|
"de": "Es gibt keine barrierefreien Stellplätze",
|
||||||
|
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -247,9 +256,9 @@
|
||||||
"iconBadges": [
|
"iconBadges": [
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"and": [
|
"or": [
|
||||||
"capacity:disabled~*",
|
"capacity:disabled>0",
|
||||||
"capacity:disabled!=no"
|
"capacity:disabled=yes"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
|
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
|
||||||
|
|
Loading…
Reference in a new issue