Merge branch 'develop' of source.mapcomplete.org:mapcomplete/mapcomplete into develop

This commit is contained in:
Pieter Vander Vennet 2025-02-03 16:47:28 +01:00
commit e2e81929c9
2 changed files with 32 additions and 1 deletions

View file

@ -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?",

View file

@ -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