forked from MapComplete/MapComplete
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:
commit
d37dfc602d
2 changed files with 32 additions and 1 deletions
|
@ -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?",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"builtin": "campsite",
|
||||
"override": {
|
||||
"minzoom": 18,
|
||||
"minzoom": 16,
|
||||
"filter": null,
|
||||
"name": null,
|
||||
"isCounted": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue