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" "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"