forked from MapComplete/MapComplete
add 'sauna:' prefix, reviews and contact
This commit is contained in:
parent
ecf88f332c
commit
9f4dbdae87
1 changed files with 11 additions and 9 deletions
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue