Add mapping for no disabled spaces, fix icon badge

This commit is contained in:
Robin van der Linde 2022-08-13 11:45:01 +02:00
parent 412156d90d
commit 4e54044260
No known key found for this signature in database
GPG key ID: 53956B3252478F0D

View file

@ -164,6 +164,15 @@
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite"
},
"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": {
@ -247,9 +256,9 @@
"iconBadges": [
{
"if": {
"and": [
"capacity:disabled~*",
"capacity:disabled!=no"
"or": [
"capacity:disabled>0",
"capacity:disabled=yes"
]
},
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"