Themes: move shelter filter to filters

This commit is contained in:
Robin van der Linde 2025-08-24 23:11:19 +02:00
parent 2c6574762c
commit eb317d0bda
4 changed files with 28 additions and 42 deletions

View file

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

View file

@ -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": [

View file

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

View file

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