forked from MapComplete/MapComplete
Merge branch 'develop' of source.mapcomplete.org:mapcomplete/mapcomplete into develop
This commit is contained in:
commit
e2e81929c9
2 changed files with 32 additions and 1 deletions
|
|
@ -63,6 +63,37 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"de": "Ist dieser Zeltplatz ausschließlich für Gruppen?",
|
||||||
|
"en": "Is this campsite exclusively for groups?"
|
||||||
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"group_only=yes"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "This campsite is exclusively for groups",
|
||||||
|
"de": "Dieser Zeltplatz ist ausschließlich für Gruppen"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"group_only=no"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "This campsite is not exclusively for groups",
|
||||||
|
"de": "Dieser Zeltplatz ist nicht ausschließlich für Gruppen"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "group_only"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What is the name of this campsite?",
|
"en": "What is the name of this campsite?",
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
{
|
{
|
||||||
"builtin": "campsite",
|
"builtin": "campsite",
|
||||||
"override": {
|
"override": {
|
||||||
"minzoom": 18,
|
"minzoom": 16,
|
||||||
"filter": null,
|
"filter": null,
|
||||||
"name": null,
|
"name": null,
|
||||||
"isCounted": false
|
"isCounted": false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue