forked from MapComplete/MapComplete
Merge master
This commit is contained in:
parent
35f1c9d159
commit
37d6a65bab
16 changed files with 245 additions and 37 deletions
|
@ -911,8 +911,21 @@
|
|||
],
|
||||
"condition": "drive_through=yes"
|
||||
},
|
||||
"child_highchair",
|
||||
"kids_area",
|
||||
{
|
||||
"id": "eating_in_amenities",
|
||||
"builtin": [
|
||||
"seating",
|
||||
"child_highchair",
|
||||
"kids_area"
|
||||
],
|
||||
"override": {
|
||||
"condition": {
|
||||
"and+": [
|
||||
"takeaway!=only"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"diets.diets_group",
|
||||
{
|
||||
"builtin": "diets.diets_content",
|
||||
|
@ -1229,7 +1242,6 @@
|
|||
},
|
||||
"smoking",
|
||||
"service:electricity",
|
||||
"seating",
|
||||
"dog-access",
|
||||
"internet-all",
|
||||
"toilet_at_amenity_lib.all"
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "is_foldable:LOCATION=yes",
|
||||
"if": "grab_rail:foldable:LOCATION=yes",
|
||||
"then": {
|
||||
"en": "The {{TRANSL}} grab rail is <b>foldable</b>",
|
||||
"cs": "Madlo {{TRANSL}} je <b>skládací</b>",
|
||||
|
@ -175,7 +175,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "is_foldable:LOCATION=no",
|
||||
"if": "grab_rail:foldable:LOCATION=no",
|
||||
"then": {
|
||||
"en": "The {{TRANSL}} grab rail is not foldable",
|
||||
"cs": "Madlo {{TRANSL}} není skládací",
|
||||
|
|
|
@ -1449,7 +1449,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"question": {
|
||||
"en": "Is the wheelchair-accessible toilet locked?",
|
||||
|
@ -1565,7 +1566,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"questionHint": {
|
||||
"en": "Left and right are interpreted as when <b>sitting</b> on the toilet",
|
||||
|
@ -1600,7 +1602,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"condition": {
|
||||
"and+": [
|
||||
|
@ -1629,7 +1632,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"condition": {
|
||||
"and+": [
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
"id": "sauna",
|
||||
"title": {
|
||||
"en": "Sauna",
|
||||
"da": "Sauna"
|
||||
"da": "Sauna",
|
||||
"zh_Hant": "桑拿"
|
||||
},
|
||||
"description": {
|
||||
"en": "Sauna",
|
||||
"da": "Sauna"
|
||||
"da": "Sauna",
|
||||
"zh_Hant": "桑拿"
|
||||
},
|
||||
"icon": "./assets/layers/sauna/sauna.svg",
|
||||
"credits": [
|
||||
|
@ -108,7 +110,8 @@
|
|||
],
|
||||
"title": {
|
||||
"en": "a beauty shop",
|
||||
"da": "en skønhedsforhandler"
|
||||
"da": "en skønhedsforhandler",
|
||||
"zh_Hant": "美容店"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -117,7 +120,8 @@
|
|||
],
|
||||
"title": {
|
||||
"en": "a massage shop",
|
||||
"da": "en massagebutik"
|
||||
"da": "en massagebutik",
|
||||
"zh_Hant": "按摩店"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue