forked from MapComplete/MapComplete
Themes: move shelter filter to filters
This commit is contained in:
parent
2c6574762c
commit
eb317d0bda
4 changed files with 28 additions and 42 deletions
|
@ -571,6 +571,28 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "shelter",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"shelter=yes",
|
||||
"shelter=separate"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "With a shelter",
|
||||
"ca": "Amb refugi",
|
||||
"cs": "S přístřeškem",
|
||||
"de": "Mit Unterstand",
|
||||
"es": "Con refugio",
|
||||
"fr": "Avec un abri",
|
||||
"it": "Con una pensilina"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"allowMove": false
|
||||
|
|
|
@ -245,23 +245,7 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "shelter",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "With a shelter",
|
||||
"nl": "Met een schuilplaats"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"shelter=yes",
|
||||
"shelter=separate"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"shelter",
|
||||
{
|
||||
"id": "fireplace",
|
||||
"options": [
|
||||
|
|
|
@ -3116,7 +3116,8 @@
|
|||
"if": "nobrand=yes",
|
||||
"addExtraTags": [
|
||||
"brand=",
|
||||
"brand:wikidata="
|
||||
"brand:wikidata=",
|
||||
"brand:wikipedia="
|
||||
],
|
||||
"then": {
|
||||
"en": "Not part of a bigger brand",
|
||||
|
@ -3652,4 +3653,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -544,28 +544,7 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "shelter",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"shelter=yes",
|
||||
"shelter=separate"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "With a shelter",
|
||||
"ca": "Amb refugi",
|
||||
"cs": "S přístřeškem",
|
||||
"de": "Mit Unterstand",
|
||||
"es": "Con refugio",
|
||||
"fr": "Avec un abri",
|
||||
"it": "Con una pensilina"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"shelter",
|
||||
{
|
||||
"id": "bench",
|
||||
"options": [
|
||||
|
@ -613,4 +592,4 @@
|
|||
"tactile_paving"
|
||||
],
|
||||
"allowMove": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue