forked from MapComplete/MapComplete
Themes(aed): add more filters
This commit is contained in:
parent
670939cb63
commit
1ee0e5f462
4 changed files with 67 additions and 2 deletions
|
@ -671,7 +671,9 @@
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
"has_image",
|
"has_image",
|
||||||
"open_now"
|
"public_access",
|
||||||
|
"open_now",
|
||||||
|
"wheelchair_accessible"
|
||||||
],
|
],
|
||||||
"deletion": {
|
"deletion": {
|
||||||
"softDeletionTags": {
|
"softDeletionTags": {
|
||||||
|
|
|
@ -441,7 +441,42 @@
|
||||||
"osmTags": "indoor_seating=yes"
|
"osmTags": "indoor_seating=yes"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "public_access",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "Open to the public",
|
||||||
|
"nl": "Publiek toegankelijk"
|
||||||
|
},
|
||||||
|
"osmTags": {
|
||||||
|
"or": [
|
||||||
|
"access=yes",
|
||||||
|
"access=public",
|
||||||
|
"access=permissive"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "wheelchair_accessible",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "Accessible to wheelchair users",
|
||||||
|
"nl": "Toegankelijk voor rolstoelgebruikers"
|
||||||
|
},
|
||||||
|
"osmTags": {
|
||||||
|
"or": [
|
||||||
|
"wheelchair=yes",
|
||||||
|
"wheelchair=designated"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allowMove": false
|
"allowMove": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5009,6 +5009,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"18": {
|
||||||
|
"options": {
|
||||||
|
"0": {
|
||||||
|
"question": "Open to the public"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"19": {
|
||||||
|
"options": {
|
||||||
|
"0": {
|
||||||
|
"question": "Accessible to wheelchair users"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"options": {
|
"options": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -4796,6 +4796,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"18": {
|
||||||
|
"options": {
|
||||||
|
"0": {
|
||||||
|
"question": "Publiek toegankelijk"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"19": {
|
||||||
|
"options": {
|
||||||
|
"0": {
|
||||||
|
"question": "Toegankelijk voor rolstoelgebruikers"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"options": {
|
"options": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
Loading…
Reference in a new issue