forked from MapComplete/MapComplete
add fee filter
This commit is contained in:
parent
d65d03aa5b
commit
d8d2eca33f
1 changed files with 20 additions and 0 deletions
|
@ -192,6 +192,26 @@
|
||||||
"images"
|
"images"
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
|
{
|
||||||
|
"id": "fee_filter",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "fee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "free of charge"
|
||||||
|
},
|
||||||
|
"osmTags": {
|
||||||
|
"and": [
|
||||||
|
"fee=no"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "capacity_persons_filter",
|
"id": "capacity_persons_filter",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue