forked from MapComplete/MapComplete
Merge pull request 'add buildin 'free' filter' (#2507) from Osmwithspace/MapComplete:filter-free into develop
Reviewed-on: MapComplete/MapComplete#2507
This commit is contained in:
commit
dbb422d9ef
2 changed files with 4 additions and 29 deletions
|
@ -286,35 +286,7 @@
|
|||
"mastodon"
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"free",
|
||||
{
|
||||
"id": "capacity_persons_filter",
|
||||
"options": [
|
||||
|
|
|
@ -935,5 +935,8 @@
|
|||
"questions",
|
||||
"reviews"
|
||||
],
|
||||
"filter": [
|
||||
"free"
|
||||
],
|
||||
"allowMove": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue