Use more Onwheels icons
This commit is contained in:
parent
4518716824
commit
3545fbb1ee
10 changed files with 163 additions and 8 deletions
|
@ -274,6 +274,13 @@
|
|||
"ru": "Недоступно пользователям кресел-колясок",
|
||||
"es": "Sin acceso para sillas de ruedas"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "wheelchair=designated",
|
||||
"then": {
|
||||
"en": "There is only a dedicated toilet for wheelchair users",
|
||||
"nl": "Er is alleen een toilet voor rolstoelgebruikers"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -533,7 +540,9 @@
|
|||
"de": "Rollstuhlgerecht",
|
||||
"es": "Accesible con sillas de ruedas"
|
||||
},
|
||||
"osmTags": "wheelchair=yes"
|
||||
"osmTags": {
|
||||
"or": ["wheelchair=yes", "wheelchair=designated"]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -609,7 +618,9 @@
|
|||
"render": "./assets/layers/toilet/toilets.svg",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "wheelchair=yes",
|
||||
"if": {
|
||||
"or": ["wheelchair=yes", "wheelchair=designated"]
|
||||
},
|
||||
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
|
||||
},
|
||||
{
|
||||
|
@ -623,6 +634,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "opening_hours~*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue