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
No known key found for this signature in database
GPG key ID: 53956B3252478F0D

View file

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