Merge pull request #988 from pietervdvn/feature/onwheels-icons

OnWheels icons
This commit is contained in:
Pieter Vander Vennet 2022-07-25 09:59:47 +02:00 committed by GitHub
commit 6149b42013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 312 additions and 17 deletions

View file

@ -200,6 +200,17 @@
"location": [
"point",
"centroid"
],
"iconBadges": [
{
"if": {
"and": [
"capacity:disabled~*",
"capacity:disabled!=no"
]
},
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
}
]
},
{

View file

@ -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~*",