Icon badge for disabled parking

This commit is contained in:
Robin van der Linde 2022-07-24 12:10:08 +02:00
parent ab1581f18c
commit 1486bc3f89
No known key found for this signature in database
GPG key ID: 53956B3252478F0D

View file

@ -200,6 +200,17 @@
"location": [ "location": [
"point", "point",
"centroid" "centroid"
],
"iconBadges": [
{
"if": {
"and": [
"capacity:disabled~*",
"capacity:disabled!=no"
]
},
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
}
] ]
}, },
{ {