Skip to content

Commit

Permalink
Merge pull request 'layer_campsite' (#2306) from Osmwithspace/MapComp…
Browse files Browse the repository at this point in the history
…lete:layer_campsite into develop

Reviewed-on: https://source.mapcomplete.org/MapComplete/MapComplete/pulls/2306
Reviewed-by: Pieter Vander Vennet <[email protected]>
  • Loading branch information
pietervdvn committed Feb 3, 2025
2 parents 123c50a + 7ba0fa3 commit d37dfc6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions assets/layers/campsite/campsite.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down
2 changes: 1 addition & 1 deletion assets/themes/scouting/scouting.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"builtin": "campsite",
"override": {
"minzoom": 18,
"minzoom": 16,
"filter": null,
"name": null,
"isCounted": false
Expand Down

0 comments on commit d37dfc6

Please sign in to comment.