add buildin 'free' filter

This commit is contained in:
Osmwithspace 2025-08-20 09:37:57 +02:00
parent 7491db6166
commit bf354e70c6
2 changed files with 4 additions and 29 deletions

View file

@ -286,35 +286,7 @@
"mastodon" "mastodon"
], ],
"filter": [ "filter": [
{ "free",
"id": "fee_filter",
"options": [
{
"question": {
"en": "Fee",
"ca": "Taxa",
"cs": "Poplatek",
"cy": "Ffi",
"de": "Gebühr",
"it": "A pagamento"
}
},
{
"question": {
"en": "free of charge",
"ca": "Gratuït",
"cs": "zdarma",
"de": "kostenlos",
"it": "gratuito"
},
"osmTags": {
"and": [
"fee=no"
]
}
}
]
},
{ {
"id": "capacity_persons_filter", "id": "capacity_persons_filter",
"options": [ "options": [

View file

@ -935,5 +935,8 @@
"questions", "questions",
"reviews" "reviews"
], ],
"filter": [
"free"
],
"allowMove": true "allowMove": true
} }