Icon badge for disabled parking
This commit is contained in:
parent
ab1581f18c
commit
1486bc3f89
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue