Add disabled icon and text

This commit is contained in:
Robin van der Linde 2022-12-26 13:58:10 +01:00
parent ae8e46f7a6
commit aec80fa9a7
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 22 additions and 3 deletions

View file

@ -171,7 +171,16 @@
"en": "Parking Space", "en": "Parking Space",
"de": "Stellplatz", "de": "Stellplatz",
"nl": "Parkeerplek" "nl": "Parkeerplek"
} },
"mappings": [
{
"if": "parking_space=disabled",
"then": {
"en": "Disabled Parking Space",
"nl": "Parkeerplek voor gehandicapten"
}
}
]
}, },
"mapRendering": [ "mapRendering": [
{ {

View file

@ -199,9 +199,19 @@
{ {
"icon": { "icon": {
"mappings": null "mappings": null
} },
"iconSize": "30,30,center",
"iconBadges": [
{
"if": "parking_space=disabled",
"then": "./assets/layers/toilet/wheelchair.svg"
}
]
} }
] ],
"name": {
"en": "Disabled parking spaces"
}
}, },
"hideTagRenderingsWithLabels": [ "hideTagRenderingsWithLabels": [
"type", "type",