added filters
This commit is contained in:
parent
288c36abdc
commit
438bedbfa1
1 changed files with 24 additions and 0 deletions
|
@ -84,6 +84,30 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "drive-through",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Has drive through"
|
||||
},
|
||||
"osmTags": "drive_through=yes"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "dispensing",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Pharmacy able to provide prescription drugs"
|
||||
},
|
||||
"osmTags": "dispensing=yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue