Add open_now filter and badge
This commit is contained in:
parent
23e3992f7f
commit
c0a602ac39
1 changed files with 8 additions and 1 deletions
|
@ -147,7 +147,8 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"open_now"
|
||||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
|
@ -168,6 +169,12 @@
|
|||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "opening_hours~*",
|
||||
"then": "icons.isOpen"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue