Add open_now filter and badge

This commit is contained in:
Robin van der Linde 2023-06-27 21:38:29 +02:00
parent 23e3992f7f
commit c0a602ac39
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -147,7 +147,8 @@
} }
} }
] ]
} },
"open_now"
], ],
"deletion": { "deletion": {
"softDeletionTags": { "softDeletionTags": {
@ -168,6 +169,12 @@
"location": [ "location": [
"point", "point",
"centroid" "centroid"
],
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
] ]
} }
], ],