add 'sauna:' prefix, reviews and contact

This commit is contained in:
Osmwithspace 2025-08-18 11:32:43 +02:00
parent ecf88f332c
commit 9f4dbdae87

View file

@ -283,19 +283,19 @@
"de": "Eintrittspreis für {time}: {charge}"
},
"freeform": {
"key": "charge",
"key": "sauna:charge",
"type": "currency",
"inline": true,
"postfixDistinguished": "{key}",
"addExtraTags": [
"fee=yes"
"sauna:fee=yes"
]
},
"mappings": [
{
"if": "fee=no",
"if": "sauna:fee=no",
"addExtraTags": [
"charge="
"sauna:charge="
],
"then": {
"en": "The sauna is free of charge",
@ -306,12 +306,12 @@
],
"condition": {
"and": [
"access!=customers",
"access!=no",
"access!=private",
"sauna:access!=customers",
"sauna:access!=no",
"sauna:access!=private",
{
"or": [
"sauna=yes"
"sauna:sauna=yes"
]
}
]
@ -331,7 +331,9 @@
"type": "questions"
}
}
}
},
"reviews",
"contact"
],
"allowMove": true,
"#": "Use 'sauna_at_leisure.sauna_grouped' in a layer.tagRenderings to add the 'sauna information' expandle block (incl 'has sauna'); use 'sauna_at_leisure.expanded' to get all sauna questions directly (which does _not_ include the 'has sauna' question)",