forked from MapComplete/MapComplete
Chore: prepare-deploy
This commit is contained in:
parent
f95f631045
commit
35e1a015a3
136 changed files with 602 additions and 21114 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue