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