Merge pull request 'layer_campsite' (#2306) from Osmwithspace/MapComplete:layer_campsite into develop

Reviewed-on: MapComplete/MapComplete#2306
Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
This commit is contained in:
Pieter Vander Vennet 2025-02-03 16:41:06 +01:00
commit d37dfc602d
2 changed files with 32 additions and 1 deletions

View file

@ -63,6 +63,37 @@
}
],
"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": {
"en": "What is the name of this campsite?",

View file

@ -39,7 +39,7 @@
{
"builtin": "campsite",
"override": {
"minzoom": 18,
"minzoom": 16,
"filter": null,
"name": null,
"isCounted": false