forked from MapComplete/MapComplete
add buildin 'free' filter
This commit is contained in:
parent
7491db6166
commit
bf354e70c6
2 changed files with 4 additions and 29 deletions
|
@ -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": [
|
||||||
|
|
|
@ -935,5 +935,8 @@
|
||||||
"questions",
|
"questions",
|
||||||
"reviews"
|
"reviews"
|
||||||
],
|
],
|
||||||
|
"filter": [
|
||||||
|
"free"
|
||||||
|
],
|
||||||
"allowMove": true
|
"allowMove": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue