forked from MapComplete/MapComplete
Add disabled icon and text
This commit is contained in:
parent
ae8e46f7a6
commit
aec80fa9a7
2 changed files with 22 additions and 3 deletions
|
@ -171,7 +171,16 @@
|
|||
"en": "Parking Space",
|
||||
"de": "Stellplatz",
|
||||
"nl": "Parkeerplek"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "parking_space=disabled",
|
||||
"then": {
|
||||
"en": "Disabled Parking Space",
|
||||
"nl": "Parkeerplek voor gehandicapten"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
|
|
|
@ -199,9 +199,19 @@
|
|||
{
|
||||
"icon": {
|
||||
"mappings": null
|
||||
}
|
||||
},
|
||||
"iconSize": "30,30,center",
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "parking_space=disabled",
|
||||
"then": "./assets/layers/toilet/wheelchair.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"name": {
|
||||
"en": "Disabled parking spaces"
|
||||
}
|
||||
},
|
||||
"hideTagRenderingsWithLabels": [
|
||||
"type",
|
||||
|
|
Loading…
Reference in a new issue