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",
|
"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": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue