Chore: prepare-deploy

This commit is contained in:
Pieter Vander Vennet 2023-11-13 14:22:35 +01:00
parent f95f631045
commit 35e1a015a3
136 changed files with 602 additions and 21114 deletions

View file

@ -71,21 +71,21 @@
}
},
{
"if":"amenity=bar",
"if": "amenity=bar",
"then": {
"en":"Bar"
"en": "Bar"
}
},
{
"if":"amenity=cafe",
"if": "amenity=cafe",
"then": {
"en":"Cafe"
"en": "Cafe"
}
},
{
"if":"amenity=nightclub",
"if": "amenity=nightclub",
"then": {
"en":"Nightclub"
"en": "Nightclub"
}
}
]

View file

@ -119,7 +119,6 @@
}
]
},
{
"id": "handrail",
"question": {
@ -155,7 +154,12 @@
},
{
"id": "tactile_writing",
"condition": ["handrail=yes", "conveying!=yes"],
"condition": {
"and": [
"handrail=yes",
"conveying!=yes"
]
},
"question": {
"en": "Do these stairs have tactile writing on the handrail?",
"de": "Hat die Treppe eine taktile Schrift am Handlauf?",